| 
    ROOT   6.14/05  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 233 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 244 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 251 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 256 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 260 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 264 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 268 of file TGenCollectionProxy.h.
      
  | 
  inline | 
Definition at line 272 of file TGenCollectionProxy.h.
Definition at line 279 of file TGenCollectionProxy.h.
      
  | 
  private | 
Pointer to the content.
Definition at line 235 of file TGenCollectionProxy.h.
      
  | 
  private | 
Amount of space already reserved.
Definition at line 236 of file TGenCollectionProxy.h.
      
  | 
  private | 
Number of elements.
Definition at line 237 of file TGenCollectionProxy.h.
      
  | 
  private | 
size of each elements
Definition at line 238 of file TGenCollectionProxy.h.
      
  | 
  private | 
Pointer to the collection we are staging for.
Definition at line 234 of file TGenCollectionProxy.h.