Public Member Functions | Private Attributes | List of all members
art::detail::LibraryInfoMatch Class Reference

#include <LibraryInfo.h>

Public Member Functions

 LibraryInfoMatch (std::string const &name)
 
bool operator() (LibraryInfo const &li) const
 

Private Attributes

std::string val_
 

Detailed Description

Definition at line 82 of file LibraryInfo.h.

Constructor & Destructor Documentation

art::detail::LibraryInfoMatch::LibraryInfoMatch ( std::string const &  name)
inline

Definition at line 86 of file LibraryInfo.h.

86 : val_{name} {}
static QCString name
Definition: declinfo.cpp:673

Member Function Documentation

bool art::detail::LibraryInfoMatch::operator() ( LibraryInfo const &  li) const
inline

Definition at line 89 of file LibraryInfo.h.

90  {
91  return val_ == li.short_spec();
92  }

Member Data Documentation

std::string art::detail::LibraryInfoMatch::val_
private

Definition at line 83 of file LibraryInfo.h.


The documentation for this class was generated from the following file: