#include <StorageTypes.h>
Public Member Functions | |
| usedBy () | |
| usedBy (storage::UsedByType typ, const string &n) | |
| void | clear () |
| void | set (storage::UsedByType type, const string &n) |
| bool | operator== (const usedBy &rhs) const |
| bool | operator!= (const usedBy &rhs) const |
| operator string () const | |
| storage::UsedByType | type () const |
| const string & | name () const |
Public Attributes | |
| storage::UsedByType | t |
| string | nm |
Friends | |
| std::ostream & | operator<< (std::ostream &, const usedBy &) |
| storage::usedBy::usedBy | ( | ) | [inline] |
| storage::usedBy::usedBy | ( | storage::UsedByType | typ, | |
| const string & | n | |||
| ) | [inline] |
| void storage::usedBy::clear | ( | ) | [inline] |
| void storage::usedBy::set | ( | storage::UsedByType | type, | |
| const string & | n | |||
| ) | [inline] |
| bool storage::usedBy::operator== | ( | const usedBy & | rhs | ) | const [inline] |
| bool storage::usedBy::operator!= | ( | const usedBy & | rhs | ) | const [inline] |
| storage::usedBy::operator string | ( | ) | const [inline] |
| storage::UsedByType storage::usedBy::type | ( | ) | const [inline] |
| const string& storage::usedBy::name | ( | ) | const [inline] |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const usedBy & | d | |||
| ) | [friend] |
| string storage::usedBy::nm |
1.5.0