Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SbHashEntry< Type, Key > Class Template Reference

#include <SbHash.h>

Public Member Functions

void * operator new (size_t size, cc_memalloc *memhandler)
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, cc_memalloc *memhandler)
 

Public Attributes

Key key
 
Type obj
 
SbHashEntry< Type, Key > * next
 
cc_memallocmemhandler
 

Member Function Documentation

◆ operator delete() [1/2]

template<class Type, class Key>
void SbHashEntry< Type, Key >::operator delete ( void *  ptr)
inline

◆ operator delete() [2/2]

template<class Type, class Key>
void SbHashEntry< Type, Key >::operator delete ( void *  ptr,
cc_memalloc memhandler 
)
inline

◆ operator new()

template<class Type, class Key>
void* SbHashEntry< Type, Key >::operator new ( size_t  size,
cc_memalloc memhandler 
)
inline

Member Data Documentation

◆ key

template<class Type, class Key>
Key SbHashEntry< Type, Key >::key

◆ memhandler

template<class Type, class Key>
cc_memalloc* SbHashEntry< Type, Key >::memhandler

◆ next

template<class Type, class Key>
SbHashEntry<Type, Key>* SbHashEntry< Type, Key >::next

◆ obj

template<class Type, class Key>
Type SbHashEntry< Type, Key >::obj

The documentation for this class was generated from the following file: