Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions
keyMap< T, S > Class Template Reference

#include <objmap.h>

Inheritance diagram for keyMap< T, S >:
Inheritance graph
[legend]
Collaboration diagram for keyMap< T, S >:
Collaboration graph
[legend]

Static Public Member Functions

static T * getObject (keystring key)
 

Protected Member Functions

unsigned getSize (void)
 

Protected Attributes

T * objNext
 
const keystring objKey
 

Static Protected Attributes

static T * objIndex [S]
 

Private Member Functions

 keyMap (keystring key)
 
unsigned keyIndex (keystring k)
 

Detailed Description

template<class T, unsigned S>
class keyMap< T, S >

Definition at line 99 of file objmap.h.

Constructor & Destructor Documentation

template<class T , unsigned S>
keyMap< T, S >::keyMap ( keystring  key)
inlineprivate

Definition at line 101 of file objmap.h.

Member Function Documentation

static T* objMap< T, keystring , S >::getObject ( keystring  key)
staticinherited
unsigned objMap< T, keystring , S >::getSize ( void  )
inlineprotectedinherited

Definition at line 84 of file objmap.h.

template<class T , unsigned S>
unsigned keyMap< T, S >::keyIndex ( keystring  k)
inlineprivatevirtual

Reimplemented from objMap< T, keystring, S >.

Definition at line 103 of file objmap.h.

Field Documentation

T* objMap< T, keystring , S >::objIndex[S]
staticprotectedinherited

Definition at line 67 of file objmap.h.

const keystring objMap< T, keystring , S >::objKey
protectedinherited

Definition at line 69 of file objmap.h.

T* objMap< T, keystring , S >::objNext
protectedinherited

Definition at line 68 of file objmap.h.


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