KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
spear::StringMapEntry< T > Class Template Reference

#include <StringMap.h>

Inheritance diagram for spear::StringMapEntry< T >:
spear::RCObject

Public Member Functions

 StringMapEntry (Char *key, const T &value)
 
ChargetKey () const
 
const T & getValue () const
 
void setValue (const T &v)
 
 ~StringMapEntry ()
 
- Public Member Functions inherited from spear::RCObject
void addReference ()
 
void removeReference ()
 

Additional Inherited Members

- Public Attributes inherited from spear::RCObject
unsigned short refCount
 
- Protected Member Functions inherited from spear::RCObject
 RCObject ()
 
 RCObject (const RCObject &rhs)
 
RCObjectoperator= (const RCObject &rhs)
 
virtual ~RCObject ()=0
 

Constructor & Destructor Documentation

template<class T >
spear::StringMapEntry< T >::StringMapEntry ( Char key,
const T &  value 
)
inline
template<class T >
spear::StringMapEntry< T >::~StringMapEntry ( )
inline

Member Function Documentation

template<class T >
Char* spear::StringMapEntry< T >::getKey ( ) const
inline
template<class T >
const T& spear::StringMapEntry< T >::getValue ( ) const
inline
template<class T >
void spear::StringMapEntry< T >::setValue ( const T &  v)
inline

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