Class Spinnaker::GenApi::int64_autovector_t¶
ClassList > GenApi > int64_autovector_t
Vector of integers with reference counting.
#include <Autovector.h>
Public Functions¶
| Type | Name |
|---|---|
| int64_autovector_t () |
|
| int64_autovector_t (const int64_autovector_t & obj) |
|
| int64_autovector_t (size_t n) |
|
| 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 |
| virtual | ~int64_autovector_t (void) |
Protected Attributes¶
| Type | Name |
|---|---|
| ATOMIC_VARIABLE * | _pCount |
| std::vector< int64_t > * | _pv |
Public Functions Documentation¶
function int64_autovector_t [1/3]¶
function int64_autovector_t [2/3]¶
function int64_autovector_t [3/3]¶
function operator delete¶
function operator new¶
function operator=¶
function operator[]¶
function operator[]¶
function size¶
function ~int64_autovector_t¶
Protected Attributes Documentation¶
variable _pCount¶
variable _pv¶
The documentation for this class was generated from the following file C:/workspace/include/SpinGenApi/Autovector.h