Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
pvector< Type > Class Template Reference
This is our own Panda specialization on the default STL vector.
More...
#include <pvector.h>
Inheritance diagram for pvector< Type >:
List of all members.
Detailed Description
template<class Type>
class pvector< Type >
This is our own Panda specialization on the default STL vector.
Its main purpose is to call the hooks for MemoryUsage to properly track STL-allocated memory.
Definition at line 51 of file pvector.h.
Member Typedef Documentation
template<class Type> |
typedef TYPENAME vector<Type, pallocator<Type> >::size_type pvector< Type >::size_type
|
|
Constructor & Destructor Documentation
template<class Type> |
pvector< Type >::pvector |
( |
|
) |
[inline] |
|
template<class Type> |
pvector< Type >::pvector |
( |
const pvector< Type > & |
copy |
) |
[inline] |
|
template<class Type> |
pvector< Type >::pvector |
( |
size_type |
n |
) |
[inline] |
|
template<class Type> |
pvector< Type >::pvector |
( |
size_type |
n, |
|
|
const Type & |
value |
|
) |
[inline] |
|
template<class Type> |
pvector< Type >::pvector |
( |
const Type * |
begin, |
|
|
const Type * |
end |
|
) |
[inline] |
|
The documentation for this class was generated from the following file:
Generated on Thu May 1 22:13:44 2003 for DTool by
1.3