Class SBCContainerHashMapEntry#
template <class KeyType, class ValueType>
ClassList > SBCContainerHashMapEntry
Public Functions#
| Type | Name |
|---|---|
| SBCContainerHashMapEntry () |
|
| SBCContainerHashMapEntry (const KeyType & k, const ValueType & v, SBCContainerHashMapEntry * n) |
|
| SBCContainerHashMapEntry * | copy () const |
| void | deleteList () |
| KeyType & | getKey () |
| KeyType const & | getKey () const |
| unsigned int | getMemoryFootprint () const |
| SBCContainerHashMapEntry * | getNext () |
| SBCContainerHashMapEntry const * | getNext () const |
| ValueType & | getValue () |
| ValueType const & | getValue () const |
| void | setNext (SBCContainerHashMapEntry * next) |
| void | setValue (const ValueType & value) |
| virtual | ~SBCContainerHashMapEntry () |
Public Static Functions#
| Type | Name |
|---|---|
| SBCHeapBook & | getHeapBook () |
| void | operator delete (void * p, std::size_t size) |
| void * | operator new (std::size_t size) |
Public Functions Documentation#
function SBCContainerHashMapEntry [1/2]#
function SBCContainerHashMapEntry [2/2]#
inline SBCContainerHashMapEntry::SBCContainerHashMapEntry (
const KeyType & k,
const ValueType & v,
SBCContainerHashMapEntry * n
)