CSAD
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
Classes | Public Member Functions | List of all members
bt::MapName< T > Class Template Reference

MapName - associative list matches a specific string is the address of the specified data type. More...

Classes

class  iterator
 The object that abstracts a single interface access to the items in the collection. More...
 

Public Member Functions

_FORCEINLINE iterator begin ()
 Returns an iterator pointing to the first element in the sequence.
 
_FORCEINLINE unsigned int count ()
 Number of array elements.
 
_FORCEINLINE iterator end ()
 Returns an iterator to the conditional end in the sequence.
 
_FORCEINLINE T * find (char *_key)
 Returns a pointer value of a given type, if the value of this key contains, otherwise returns 0.
 
_FORCEINLINE T * valueAt (unsigned _int32 id)
 Returns a pointer value of a given type.
 

Detailed Description

template<typename T>
class bt::MapName< T >

MapName - associative list matches a specific string is the address of the specified data type.

See Also
BaseMapName