Definition at line 116 of file btool.cc.
Public Member Functions | |
Store (const string &filename, bool load) | |
~Store () | |
void | operator() (const Record &rec) |
bool | operator() (Record &rec, unsigned int databaseId) const |
Store (std::istream &is) | |
~Store () | |
bool | operator() (Record &rec, unsigned int databaseId) const |
void | Dump (std::ostream &os) const |
Public Attributes | |
std::vector< Record > | records |
std::vector< Record >::const_iterator | rec_it |
std::string | filename |
bool | load |
int | count |
std::vector< Record > | records |
std::vector< Record >::const_iterator | rec_it |
Barry::ContactLdif | ldif |