|
CatapultServer
v0.5.0.1 (Elephant)
|

Classes | |
| class | const_iterator |
| An iterator that is returned by namespace cache find functions. More... | |
Public Member Functions | |
| NamespaceLookupMixin (const TPrimarySet &set, const TFlatMap &flatMap) | |
| Creates a mixin around (history by id) set and flatMap. More... | |
| bool | isActive (NamespaceId id, Height height) const |
Returns true if the value specified by identifier id is active at height. More... | |
| const_iterator | find (NamespaceId id) const |
| Finds the cache value identified by id. More... | |
Private Attributes | |
| const TPrimarySet & | m_set |
| const TFlatMap & | m_flatMap |
A mixin for looking up namespaces.
|
inlineexplicit |
Creates a mixin around (history by id) set and flatMap.
|
inline |
Finds the cache value identified by id.

|
inline |
Returns true if the value specified by identifier id is active at height.
|
private |
|
private |