geomc 1.0
A c++ linear algebra template library
Public Member Functions | Public Attributes | List of all members
SizedStorage< T, DYNAMIC_DIM > Struct Template Reference
Inheritance diagram for SizedStorage< T, DYNAMIC_DIM >:
Storage< T, DYNAMIC_DIM >

Public Member Functions

 SizedStorage (index_t n)
 
index_t size () const
 
T * get ()
 
const T * get () const
 
T & operator[] (index_t i)
 
operator[] (index_t i) const
 

Public Attributes

boost::shared_array< T > data
 

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