|
ROSE 0.11.145.354
|
Key for ordering classes in the class hierarchy.
Definition at line 227 of file ud/Utility.h.
#include <Rosebud/Utility.h>

Public Member Functions | |
| HierarchyKey (const Ast::ClassPtr &c) | |
| Construct key from class. | |
| HierarchyKey (const std::string &s) | |
| Construct key from name. | |
| bool | operator< (const HierarchyKey &other) const |
| Compare keys. | |
Public Attributes | |
| std::string | s |
| Class name is the key. | |
|
inline |
Construct key from class.
Definition at line 232 of file ud/Utility.h.
|
inline |
Construct key from name.
Definition at line 236 of file ud/Utility.h.
|
inline |
| std::string Rosebud::HierarchyKey::s |