A catapult namespace.
More...
◆ Path
◆ Namespace()
catapult::state::Namespace::Namespace |
( |
const Path & |
path | ) |
|
|
inlineexplicit |
Creates a namespace around path.
◆ createChild()
Creates a child namespace of this namespace with namespace identifier id.
◆ id()
◆ isRoot()
bool catapult::state::Namespace::isRoot |
( |
| ) |
const |
|
inline |
Gets a value indicating whether or not this namespace is a root namespace.
◆ operator!=()
bool catapult::state::Namespace::operator!= |
( |
const Namespace & |
rhs | ) |
const |
|
inline |
Returns true
if this namespace is not equal to rhs.
◆ operator==()
bool catapult::state::Namespace::operator== |
( |
const Namespace & |
rhs | ) |
const |
|
inline |
Returns true
if this namespace is equal to rhs.
◆ parentId()
NamespaceId catapult::state::Namespace::parentId |
( |
| ) |
const |
|
inline |
Gets the parent namespace id.
◆ path()
const Path& catapult::state::Namespace::path |
( |
| ) |
const |
|
inline |
◆ rootId()
NamespaceId catapult::state::Namespace::rootId |
( |
| ) |
const |
|
inline |
Gets the corresponding root namespace id.
◆ m_path
Path catapult::state::Namespace::m_path |
|
private |
The documentation for this class was generated from the following file: