libdballe  7.6
Public Member Functions | Protected Attributes
dballe::memdb::match::And< T > Class Template Reference
Inheritance diagram for dballe::memdb::match::And< T >:
dballe::memdb::Match< T >

Public Member Functions

 And (Match< T > *f1, Match< T > *f2)
 
void add (Match< T > *m)
 Add a match to and, taking ownership of its memory management.
 
bool operator() (const T &val) const
 

Protected Attributes

std::vector< Match< T > * > matches
 

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