#include <XrdClientVector.hh>
Collaboration diagram for XrdClientVector< T >:
Public Member Functions | |
int | GetSize () const |
void | Clear () |
XrdClientVector (int cap=-1) | |
XrdClientVector (XrdClientVector &v) | |
~XrdClientVector () | |
void | Resize (int newsize) |
void | Push_back (T &item) |
void | Insert (T &item, int pos) |
void | Erase (unsigned int pos, bool dontrealloc=true) |
T | Pop_back () |
T | Pop_front () |
T & | At (int pos) |
T & | operator[] (int pos) |
Private Member Functions | |
int | BufRealloc (int newsize) |
void | Init (int cap=-1) |
void | DestroyElem (myindex *el) |
void | put (T &item, long pos) |
Private Attributes | |
int | sizeof_t |
char * | rawdata |
XrdClientVector::myindex * | index |
int | holecount |
long | size |
long | mincap |
long | capacity |
long | maxsize |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|