PTLib
Version 2.18.8
|
#include <contain.h>
Public Member Functions | |
__inline | PContainerReference (PINDEX initialSize, bool isConst=false) |
__inline | PContainerReference (const PContainerReference &ref) |
PDECLARE_POOL_ALLOCATOR (PContainerReference) | |
Public Attributes | |
PINDEX | size |
atomic< uint32_t > | count |
bool | deleteObjects |
bool | constObject |
|
inline |
|
inline |
PContainerReference::PDECLARE_POOL_ALLOCATOR | ( | PContainerReference | ) |
bool PContainerReference::constObject |
atomic<uint32_t> PContainerReference::count |
bool PContainerReference::deleteObjects |
Referenced by PQueue< PXMLElement >::PQueue(), PSet< PString >::PSet(), and PStack< T >::PStack().
PINDEX PContainerReference::size |