template <typename T> class qList : public nn::nex::RootObject
Name | Description |
---|---|
T |
Object to make a List -type container. |
Template class for List
-type containers.
std::qList
differs in using memory allocate and release functions specified by MemoryManager
for the allocator.
nn::nex::RootObject
nn::nex::qList
CONFIDENTIAL