nn::nex::qMap Class

Syntax

template <typename Key, typename T>
class qMap : public nn::nex::RootObject

Template Arguments

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.

Description

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.

Class Hierarchy

nn::nex::RootObject
  nn::nex::qMap

Revision History

2012/07/18
Initial version.

CONFIDENTIAL