Vector of integers with reference counting. More...
#include <Autovector.h>
| Public Member Functions | |
| int64_autovector_t () | |
| int64_autovector_t (const int64_autovector_t &obj) | |
| int64_autovector_t (size_t n) | |
| virtual | ~int64_autovector_t (void) | 
| int64_autovector_t & | operator= (const int64_autovector_t &obj) | 
| void | operator delete (void *pWhere) | 
| void * | operator new (size_t uiSize) | 
| int64_t & | operator[] (size_t uiIndex) | 
| const int64_t & | operator[] (size_t uiIndex) const | 
| size_t | size () const | 
| Protected Attributes | |
| std::vector< int64_t > * | _pv | 
| ATOMIC_VARIABLE * | _pCount | 
Vector of integers with reference counting.
| int64_autovector_t | ( | const int64_autovector_t & | obj | ) | 
| 
 | explicit | 
| 
 | virtual | 
| void operator delete | ( | void * | pWhere | ) | 
| void * operator new | ( | size_t | uiSize | ) | 
| int64_autovector_t & operator= | ( | const int64_autovector_t & | obj | ) | 
| int64_t & operator[] | ( | size_t | uiIndex | ) | 
| const int64_t & operator[] | ( | size_t | uiIndex | ) | const | 
| size_t size | ( | ) | const | 
| 
 | protected | 
| 
 | protected |