Small helper to stage the content of an associative container when reading and before inserting it in the actual collection.
Definition at line 234 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.   | |
| TStaging & | operator= (const TStaging &) | 
| Not implemented.   | |
Private Attributes | |
| void * | fContent | 
| Pointer to the content.   | |
| size_t | fReserved | 
| Amount of space already reserved.   | |
| size_t | fSize | 
| Number of elements.   | |
| size_t | fSizeOf | 
| size of each elements   | |
| void * | fTarget | 
| Pointer to the collection we are staging for.   | |
#include <TGenCollectionProxy.h>
      
  | 
  private | 
Not implemented.
      
  | 
  inline | 
Definition at line 245 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 252 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 257 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 261 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 265 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 269 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 273 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 280 of file TGenCollectionProxy.h.
      
  | 
  private | 
Pointer to the content.
Definition at line 236 of file TGenCollectionProxy.h.
      
  | 
  private | 
Amount of space already reserved.
Definition at line 237 of file TGenCollectionProxy.h.
      
  | 
  private | 
Number of elements.
Definition at line 238 of file TGenCollectionProxy.h.
      
  | 
  private | 
size of each elements
Definition at line 239 of file TGenCollectionProxy.h.
      
  | 
  private | 
Pointer to the collection we are staging for.
Definition at line 235 of file TGenCollectionProxy.h.