CatapultServer
v0.5.0.1 (Elephant)
|
A pair composed of a namespace and its root. More...
Public Member Functions | |
NamespaceEntry () | |
Creates an uninitialized entry. More... | |
NamespaceEntry (const Namespace &ns, const RootNamespace &root) | |
Creates an entry around ns and root. More... | |
const Namespace & | ns () const |
Gets the namespace. More... | |
const RootNamespace & | root () const |
Gets the root. More... | |
Private Attributes | |
const Namespace * | m_pNamespace |
const RootNamespace * | m_pRoot |
A pair composed of a namespace and its root.
|
inline |
Creates an uninitialized entry.
|
inlineexplicit |
Creates an entry around ns and root.
|
inline |
Gets the namespace.
|
inline |
Gets the root.
|
private |
|
private |