TooN
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
TooN::Internal::VectorAlloc< Dynamic, Precision > Struct Template Reference
Inheritance diagram for TooN::Internal::VectorAlloc< Dynamic, Precision >:
Inheritance graph
[legend]
Collaboration diagram for TooN::Internal::VectorAlloc< Dynamic, Precision >:
Collaboration graph
[legend]

Public Member Functions

 VectorAlloc (std::initializer_list< Precision > i)
 
 VectorAlloc (const VectorAlloc &v)
 
 VectorAlloc (VectorAlloc &&from) noexcept
 
 VectorAlloc (int s)
 
template<class Op >
 VectorAlloc (const Operator< Op > &op)
 
int size () const
 
Precision * get_data_ptr ()
 
const Precision * get_data_ptr () const
 
void swap (VectorAlloc &v)
 

Public Attributes

Precision * 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 > &)
 

Additional Inherited Members

- Public Types inherited from TooN::Internal::DefaultTypes< Precision >
typedef Precision * PointerType
 
typedef const Precision * ConstPointerType
 
typedef Precision & ReferenceType
 
typedef const Precision & ConstReferenceType
 

The documentation for this struct was generated from the following file: