|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CSTLBlockList Class Template ReferenceThis class is a list<> which use CSTLBlockAllocator.
More...
#include <stl_block_list.h>
Inheritance diagram for NLMISC::CSTLBlockList:
List of all members.
Detailed Description
template<class T>
class NLMISC::CSTLBlockList< T >
This class is a list<> which use CSTLBlockAllocator.
You construct such a list like this: CSTLBlockList<uint> myList(ptrOnBlockMemory);
-
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2001
Definition at line 49 of file stl_block_list.h.
Member Typedef Documentation
template<class T> |
typedef NLMISC::CSTLBlockList<T>::const_iterator NLMISC::CSTLBlockList::TBlockListConstIt
|
|
template<class T> |
typedef NLMISC::CSTLBlockList<T>::size_type NLMISC::CSTLBlockList::TSizeType
|
|
Constructor & Destructor Documentation
template<class T> |
NLMISC::CSTLBlockList< T >::CSTLBlockList |
( |
CBlockMemory< T, false > * |
bm |
) |
[inline, explicit] |
|
template<class T> |
NLMISC::CSTLBlockList< T >::CSTLBlockList |
( |
TSizeType |
n, |
|
|
CBlockMemory< T, false > * |
bm |
|
) |
[inline, explicit] |
|
template<class T> |
NLMISC::CSTLBlockList< T >::CSTLBlockList |
( |
TSizeType |
n, |
|
|
const T & |
v, |
|
|
CBlockMemory< T, false > * |
bm |
|
) |
[inline, explicit] |
|
The documentation for this class was generated from the following file:
|
|