tlp::ValArray< TYPE > Class Template Reference
Internal class to access to a stl::vector in VectorGraph.
More...
#include <vectorgraphproperty.h>
List of all members.
Public Attributes
- std::vector< TYPE > _data
Protected Member Functions
Friends
Detailed Description
template<typename TYPE>
class tlp::ValArray< TYPE >
Internal class to access to a stl::vector in VectorGraph.
- Warning:
- never use that class
Constructor & Destructor Documentation
template<typename TYPE>
tlp::ValArray< TYPE >::ValArray |
( |
const unsigned int |
size = 0 , |
|
|
const unsigned int |
capacity = 0 | |
|
) |
| | [inline, protected] |
Member Function Documentation
template<typename TYPE>
void tlp::ValArray< TYPE >::addElement |
( |
const unsigned int |
id |
) |
[inline, protected, virtual] |
template<typename TYPE>
void tlp::ValArray< TYPE >::reserve |
( |
const size_t |
size |
) |
[inline, protected, virtual] |
Friends And Related Function Documentation
Member Data Documentation