Memblock<T> is a 1D-block of memory container
Memblock<T> is a 1D-block of memory container
this_t
Explanation
Example
access to the pointer
set/get and op on datas
void set( unsigned int const n, T2_value const x )
void set( unsigned int const n, value_t const* t )
void add( unsigned int const n, T2_value const t )
void add( unsigned int const n, T2_value const* t )
void sub( unsigned int const n, T2_value const t )
void sub( unsigned int const n, T2_value const* t )
void mul( unsigned int const n, T2_value const t )
void mul( unsigned int const n, T2_value const* t )
void div( unsigned int const n, T2_value const t )
void div( unsigned int const n, T2_value const* t )
constructor(s), destructor
memory management
this_t& operator=( this_t const& rhs )
slrestrict my_base
const my_o
void newBlock(unsigned int const n)
Alphabetic index HTML hierarchy of classes or Java