TooN 2.1
Public Member Functions | Public Attributes | Protected Member Functions
VectorAlloc< Dynamic, Precision > Struct Template Reference
Inheritance diagram for VectorAlloc< Dynamic, Precision >:
DefaultTypes< Precision >

List of all members.

Public Member Functions

 VectorAlloc (const VectorAlloc &v)
 VectorAlloc (int s)
template<class Op >
 VectorAlloc (const Operator< Op > &op)
int size () const
Precision * get_data_ptr ()
const Precision * get_data_ptr () const

Public Attributes

Precision *const my_data
const int my_size

Protected Member Functions

Precision * data ()
const Precision * data () const
void try_destructive_resize (int)
template<class Op >
void try_destructive_resize (const Operator< Op > &)

template<class Precision>
struct TooN::Internal::VectorAlloc< Dynamic, Precision >