PLaSK library
|
#include <solvers/gain/wasiak/wzmocnienie/tnt/tnt_i_refvec.h>
Public Member Functions | |
i_refvec () | |
i_refvec (int n) | |
In case n is 0 or negative, it does NOT call new. | |
i_refvec (T *data) | |
i_refvec (const i_refvec &v) | |
T * | begin () |
const T * | begin () const |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
i_refvec< T > & | operator= (const i_refvec< T > &V) |
void | copy_ (T *p, const T *q, const T *e) |
void | set_ (T *p, const T *b, const T *e) |
int | ref_count () const |
int | is_null () const |
void | destroy () |
~i_refvec () | |
Definition at line 55 of file tnt_i_refvec.h.
TNT::i_refvec< T >::i_refvec | ( | ) |
Definition at line 92 of file tnt_i_refvec.h.
|
explicit |
In case n is 0 or negative, it does NOT call new.
Definition at line 98 of file tnt_i_refvec.h.
|
inline |
Definition at line 121 of file tnt_i_refvec.h.
|
inline |
Definition at line 112 of file tnt_i_refvec.h.
TNT::i_refvec< T >::~i_refvec | ( | ) |
Definition at line 223 of file tnt_i_refvec.h.
|
inline |
Definition at line 124 of file tnt_i_refvec.h.
|
inline |
Definition at line 143 of file tnt_i_refvec.h.
void TNT::i_refvec< T >::copy_ | ( | T * | p, |
const T * | q, | ||
const T * | e | ||
) |
Definition at line 85 of file tnt_i_refvec.h.
|
inline |
Definition at line 174 of file tnt_i_refvec.h.
|
inline |
Definition at line 202 of file tnt_i_refvec.h.
|
inline |
Definition at line 151 of file tnt_i_refvec.h.
|
inline |
Definition at line 136 of file tnt_i_refvec.h.
|
inline |
Definition at line 130 of file tnt_i_refvec.h.
|
inline |
Definition at line 214 of file tnt_i_refvec.h.
void TNT::i_refvec< T >::set_ | ( | T * | p, |
const T * | b, | ||
const T * | e | ||
) |