Collaboration diagram for IdIdMapping:Public Member Functions | |
| IdIdMapping () | |
| content_t | get (content_t k) const |
| void | set (content_t k, content_t v) |
| void | clear () |
Static Public Member Functions | |
| static IdIdMapping & | giveClearedThreadLocalInstance () |
Private Attributes | |
| std::unique_ptr< content_t[]> | m_mapping |
| std::vector< content_t > | m_dirty |
|
inline |
References CONTENT_MAX, and m_mapping.
|
inline |
References m_dirty, and m_mapping.
Referenced by giveClearedThreadLocalInstance().
Here is the caller graph for this function:References m_mapping.
Referenced by MapBlock::correctBlockNodeIds(), and MapBlock::getBlockNodeIdMapping().
Here is the caller graph for this function:
|
inlinestatic |
References clear().
Referenced by MapBlock::correctBlockNodeIds(), and MapBlock::getBlockNodeIdMapping().
Here is the call graph for this function:
Here is the caller graph for this function:References m_dirty, and m_mapping.
Referenced by MapBlock::correctBlockNodeIds(), and MapBlock::getBlockNodeIdMapping().
Here is the caller graph for this function:
|
private |
Referenced by IdIdMapping(), clear(), get(), and set().