Web Analytics Made Easy - Statcounter
Skip to content

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]#

inline SBCContainerHashMapEntry::SBCContainerHashMapEntry () 

function SBCContainerHashMapEntry [2/2]#

inline SBCContainerHashMapEntry::SBCContainerHashMapEntry (
    const KeyType & k,
    const ValueType & v,
    SBCContainerHashMapEntry * n
) 

function copy#

inline SBCContainerHashMapEntry * SBCContainerHashMapEntry::copy () const

function deleteList#

inline void SBCContainerHashMapEntry::deleteList () 

function getKey [1/2]#

inline KeyType & SBCContainerHashMapEntry::getKey () 

function getKey [2/2]#

inline KeyType const & SBCContainerHashMapEntry::getKey () const

function getMemoryFootprint#

inline unsigned int SBCContainerHashMapEntry::getMemoryFootprint () const

function getNext [1/2]#

inline SBCContainerHashMapEntry * SBCContainerHashMapEntry::getNext () 

function getNext [2/2]#

inline SBCContainerHashMapEntry const * SBCContainerHashMapEntry::getNext () const

function getValue [1/2]#

inline ValueType & SBCContainerHashMapEntry::getValue () 

function getValue [2/2]#

inline ValueType const & SBCContainerHashMapEntry::getValue () const

function setNext#

inline void SBCContainerHashMapEntry::setNext (
    SBCContainerHashMapEntry * next
) 

function setValue#

inline void SBCContainerHashMapEntry::setValue (
    const ValueType & value
) 

function ~SBCContainerHashMapEntry#

inline virtual SBCContainerHashMapEntry::~SBCContainerHashMapEntry () 

Public Static Functions Documentation#

function getHeapBook#

static inline SBCHeapBook & SBCContainerHashMapEntry::getHeapBook () 

function operator delete#

static inline void SBCContainerHashMapEntry::operator delete (
    void * p,
    std::size_t size
) 

function operator new#

static inline void * SBCContainerHashMapEntry::operator new (
    std::size_t size
)