alglib::integer_1d_array Class Reference
#include <ap.h>
Inheritance diagram for alglib::integer_1d_array:
Public Member Functions | |
void | allocate_own (ae_int_t size, alglib_impl::ae_datatype datatype) |
void | attach_to (alglib_impl::ae_vector *ptr) |
alglib_impl::ae_vector * | c_ptr () |
const alglib_impl::ae_vector * | c_ptr () const |
ae_int_t * | getcontent () |
const ae_int_t * | getcontent () const |
integer_1d_array () | |
integer_1d_array (alglib_impl::ae_vector *p) | |
integer_1d_array (const char *s) | |
integer_1d_array (const integer_1d_array &rhs) | |
ae_int_t | length () const |
ae_int_t & | operator() (ae_int_t i) |
const ae_int_t & | operator() (ae_int_t i) const |
const integer_1d_array & | operator= (const integer_1d_array &rhs) |
ae_int_t & | operator[] (ae_int_t i) |
const ae_int_t & | operator[] (ae_int_t i) const |
void | setcontent (ae_int_t iLen, const ae_int_t *pContent) |
void | setlength (ae_int_t iLen) |
std::string | tostring () const |
virtual | ~integer_1d_array () |
Protected Member Functions | |
void | assign (const ae_vector_wrapper &rhs) |
void | create (const ae_vector_wrapper &rhs) |
void | create (const char *s, alglib_impl::ae_datatype datatype) |
Protected Attributes | |
alglib_impl::ae_vector * | p_vec |
alglib_impl::ae_vector | vec |
Detailed Description
Constructor & Destructor Documentation
◆ integer_1d_array() [1/4]
alglib::integer_1d_array::integer_1d_array | ( | ) |
◆ integer_1d_array() [2/4]
alglib::integer_1d_array::integer_1d_array | ( | const char * | s | ) |
◆ integer_1d_array() [3/4]
alglib::integer_1d_array::integer_1d_array | ( | const integer_1d_array & | rhs | ) |
◆ integer_1d_array() [4/4]
alglib::integer_1d_array::integer_1d_array | ( | alglib_impl::ae_vector * | p | ) |
◆ ~integer_1d_array()
|
virtual |
Member Function Documentation
◆ allocate_own()
|
inherited |
◆ assign()
|
protectedinherited |
◆ attach_to()
|
inherited |
◆ c_ptr() [1/2]
|
inherited |
◆ c_ptr() [2/2]
|
inherited |
◆ create() [1/2]
|
protectedinherited |
◆ create() [2/2]
|
protectedinherited |
◆ getcontent() [1/2]
ae_int_t* alglib::integer_1d_array::getcontent | ( | ) |
◆ getcontent() [2/2]
const ae_int_t* alglib::integer_1d_array::getcontent | ( | ) | const |
◆ length()
|
inherited |
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ operator=()
const integer_1d_array& alglib::integer_1d_array::operator= | ( | const integer_1d_array & | rhs | ) |
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ setcontent()
◆ setlength()
|
inherited |
◆ tostring()
std::string alglib::integer_1d_array::tostring | ( | ) | const |
Member Data Documentation
◆ p_vec
|
protectedinherited |
◆ vec
|
protectedinherited |
The documentation for this class was generated from the following file:
- alglib/ap.h