Public Member Functions | Private Attributes

soa::Array< T > Class Template Reference

#include <soa_types.h>

Inheritance diagram for soa::Array< T >:
soa::Complex soa::Generic

List of all members.

Public Member Functions

 Array (const std::string &n)
size_t size () const
template<class Y >
boost::shared_ptr< Array
< boost::shared_ptr< Y > > > 
construct () const
get (size_t i)
operator[] (size_t i)
virtual void add (T element)

Private Attributes

std::vector< T > values_

template<class T>
class soa::Array< T >


Constructor & Destructor Documentation

template<class T>
soa::Array< T >::Array ( const std::string &  n  )  [inline]

Member Function Documentation

template<class T>
virtual void soa::Array< T >::add ( element  )  [inline, virtual]
template<class T>
template<class Y >
boost::shared_ptr< Array< boost::shared_ptr<Y> > > soa::Array< T >::construct (  )  const [inline]
template<class T>
T soa::Array< T >::get ( size_t  i  )  [inline]
template<class T>
T soa::Array< T >::operator[] ( size_t  i  )  [inline]
template<class T>
size_t soa::Array< T >::size (  )  const [inline]

Member Data Documentation


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