Vector of integers with reference counting.
More...
#include <Autovector.h>
Vector of integers with reference counting.
Definition at line 54 of file Autovector.h.
◆ int64_autovector_t() [1/3]
GENAPI_NAMESPACE::int64_autovector_t::int64_autovector_t |
( |
| ) |
|
|
explicit |
◆ int64_autovector_t() [2/3]
GENAPI_NAMESPACE::int64_autovector_t::int64_autovector_t |
( |
const int64_autovector_t & |
obj | ) |
|
◆ int64_autovector_t() [3/3]
GENAPI_NAMESPACE::int64_autovector_t::int64_autovector_t |
( |
size_t |
n | ) |
|
|
explicit |
◆ ~int64_autovector_t()
virtual GENAPI_NAMESPACE::int64_autovector_t::~int64_autovector_t |
( |
void |
| ) |
|
|
virtual |
◆ operator=()
◆ operator[]() [1/2]
int64_t& GENAPI_NAMESPACE::int64_autovector_t::operator[] |
( |
size_t |
uiIndex | ) |
|
◆ operator[]() [2/2]
const int64_t& GENAPI_NAMESPACE::int64_autovector_t::operator[] |
( |
size_t |
uiIndex | ) |
const |
◆ size()
size_t GENAPI_NAMESPACE::int64_autovector_t::size |
( |
void |
| ) |
const |
◆ _pCount
ATOMIC_VARIABLE* GENAPI_NAMESPACE::int64_autovector_t::_pCount |
|
protected |
◆ _pv
std::vector<int64_t>* GENAPI_NAMESPACE::int64_autovector_t::_pv |
|
protected |
The documentation for this class was generated from the following file: