ROOT 6.08/07 Reference Guide |
Small helper to stage the content of an associative container when reading and before inserting it in the actual collection.
Definition at line 243 of file TGenCollectionProxy.h.
Public Member Functions | |
TStaging (size_t size, size_t size_of) | |
~TStaging () | |
void * | GetContent () |
void * | GetEnd () |
size_t | GetSize () |
void * | GetTarget () |
void | Resize (size_t nelement) |
void | SetTarget (void *target) |
Private Member Functions | |
TStaging (const TStaging &) | |
Not implemented. More... | |
TStaging & | operator= (const TStaging &) |
Not implemented. More... | |
Private Attributes | |
void * | fContent |
Pointer to the content. More... | |
size_t | fReserved |
Amount of space already reserved. More... | |
size_t | fSize |
Number of elements. More... | |
size_t | fSizeOf |
size of each elements More... | |
void * | fTarget |
Pointer to the collection we are staging for. More... | |
#include <TGenCollectionProxy.h>
|
private |
Not implemented.
|
inline |
Definition at line 254 of file TGenCollectionProxy.h.
|
inline |
Definition at line 261 of file TGenCollectionProxy.h.
|
inline |
Definition at line 266 of file TGenCollectionProxy.h.
|
inline |
Definition at line 270 of file TGenCollectionProxy.h.
|
inline |
Definition at line 274 of file TGenCollectionProxy.h.
|
inline |
Definition at line 278 of file TGenCollectionProxy.h.
|
inline |
Definition at line 282 of file TGenCollectionProxy.h.
Definition at line 289 of file TGenCollectionProxy.h.
|
private |
Pointer to the content.
Definition at line 245 of file TGenCollectionProxy.h.
|
private |
Amount of space already reserved.
Definition at line 246 of file TGenCollectionProxy.h.
|
private |
Number of elements.
Definition at line 247 of file TGenCollectionProxy.h.
|
private |
size of each elements
Definition at line 248 of file TGenCollectionProxy.h.
|
private |
Pointer to the collection we are staging for.
Definition at line 244 of file TGenCollectionProxy.h.