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

ConstMapVoid - constant associative list matches a particular address another address of the specified data type. More...

Public Member Functions

_FORCEINLINE bool contains (void *_key)
 Returns true if the value of this key contains.
 
_FORCEINLINE unsigned int count ()
 The number of associative entries in the list.
 
_FORCEINLINE T * find (R _key)
 Returns a pointer value of a given type, if the value of this key contains, otherwise returns 0.
 

Detailed Description

template<typename R, typename T, int max>
class bt::ConstMapVoid< R, T, max >

ConstMapVoid - constant associative list matches a particular address another address of the specified data type.

See Also
bt, arrFunctions.