#include <plist.h>
Inheritance diagram for plist< Type >:
Public Types | |
typedef TYPENAME list< Type, pallocator< Type > >::size_type | size_type |
typedef TYPENAME list< Type, pallocator< Type > >::iterator | iterator |
typedef TYPENAME list< Type, pallocator< Type > >::const_iterator | const_iterator |
typedef TYPENAME list< Type, pallocator< Type > >::reverse_iterator | reverse_iterator |
typedef TYPENAME list< Type, pallocator< Type > >::const_reverse_iterator | const_reverse_iterator |
Public Member Functions | |
plist () | |
plist (const plist< Type > ©) | |
plist (size_type n) | |
plist (size_type n, const Type &value) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|