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