Public Member Functions | Public Attributes

STR_TAB< STR >::StringHashKey Struct Reference

List of all members.

Public Member Functions

 StringHashKey ()
 StringHashKey (mUINT32 _idx, mUINT32 _size)
 StringHashKey (const StringHashKey &shk)
StringHashKeyoperator= (const StringHashKey &shk)

Public Attributes

mUINT32 idx
mUINT32 size

Detailed Description

template<class STR>
struct STR_TAB< STR >::StringHashKey

Definition at line 240 of file strtab.cxx.


Constructor & Destructor Documentation

template<class STR>
STR_TAB< STR >::StringHashKey::StringHashKey (  )  [inline]

Definition at line 244 of file strtab.cxx.

template<class STR>
STR_TAB< STR >::StringHashKey::StringHashKey ( mUINT32  _idx,
mUINT32  _size 
) [inline]

Definition at line 246 of file strtab.cxx.

template<class STR>
STR_TAB< STR >::StringHashKey::StringHashKey ( const StringHashKey shk  )  [inline]

Definition at line 249 of file strtab.cxx.


Member Function Documentation

template<class STR>
StringHashKey& STR_TAB< STR >::StringHashKey::operator= ( const StringHashKey shk  )  [inline]

Member Data Documentation

template<class STR>
mUINT32 STR_TAB< STR >::StringHashKey::idx
template<class STR>
mUINT32 STR_TAB< STR >::StringHashKey::size

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