nn::nex::qSet Class

Syntax

template <typename Key>
class qSet : public nn::nex::RootObject

Template Arguments

Name Description
Key Object that serves as the key for a Set-type container.

Description

Template class for Set-type containers.

std:: qSet 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::qSet

Revision History

2012/07/18
Initial version.

CONFIDENTIAL