Public Member Functions |
| Catalog (str_ref) |
bool | isValid () const |
bool | compare (const std::string &arg) const |
const std::string & | getPath () const |
const std::string & | getName () const |
const std::string & | name () const |
virtual std::string | getSQLPath () const |
size_t | getHashValue () const |
void | resetPath () |
Private Member Functions |
void | init () |
Private Attributes |
std::string | _name |
std::string | path |
size_t | hash_value |
Friends |
bool | operator< (const Catalog &left, const Catalog &right) |
std::ostream & | operator<< (std::ostream &output, const Catalog &identifier) |
bool | operator== (const Catalog &left, const Catalog &right) |
Detailed Description
Definition at line 38 of file catalog.h.
The documentation for this class was generated from the following files: