template <typename Key, typename T> class qMap : public nn::nex::RootObject
Name | Description |
---|---|
Key |
Object that serves as the key for a Map -type container. |
T |
Object that serves as the value for a Map -type container. |
Template class for Map
-type containers.
std::
qMap
is different in the way that memory allocation and deallocation functions that MemoryManager
specifies for the allocator are used.
nn::nex::RootObject
nn::nex::qMap
CONFIDENTIAL