Public Types | Public Member Functions

OpenTissue::sph::fixed_size_vector< type > Class Template Reference

#include <sph.h>

List of all members.

Public Types

typedef std::vector< typecontainer
typedef container::const_iterator const_iterator

Public Member Functions

const const_iterator begin () const
const const_iterator end () const
void clear ()
void resize (size_t fixed_size)
void push_back (const type &elem)
 fixed_size_vector (size_t fixed_size=0)

template<typename type>
class OpenTissue::sph::fixed_size_vector< type >


Member Typedef Documentation

template<typename type >
typedef container::const_iterator OpenTissue::sph::fixed_size_vector< type >::const_iterator
template<typename type >
typedef std::vector<type> OpenTissue::sph::fixed_size_vector< type >::container

Constructor & Destructor Documentation

template<typename type >
OpenTissue::sph::fixed_size_vector< type >::fixed_size_vector ( size_t  fixed_size = 0  )  [inline]

Member Function Documentation

template<typename type >
const const_iterator OpenTissue::sph::fixed_size_vector< type >::begin (  )  const [inline]
template<typename type >
void OpenTissue::sph::fixed_size_vector< type >::clear ( void   )  [inline]
template<typename type >
const const_iterator OpenTissue::sph::fixed_size_vector< type >::end (  )  const [inline]
template<typename type >
void OpenTissue::sph::fixed_size_vector< type >::push_back ( const type elem  )  [inline]
template<typename type >
void OpenTissue::sph::fixed_size_vector< type >::resize ( size_t  fixed_size  )  [inline]

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