lm::builder::FixedArray< T > Class Template Reference

#include <multi_stream.hh>

Inheritance diagram for lm::builder::FixedArray< T >:

Inheritance graph
[legend]
Collaboration diagram for lm::builder::FixedArray< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 FixedArray (std::size_t count)
 FixedArray ()
void Init (std::size_t count)
 FixedArray (const FixedArray &from)
 ~FixedArray ()
T * begin ()
const T * begin () const
T * end ()
const T * end () const
T & back ()
const T & back () const
std::size_t size () const
bool empty () const
T & operator[] (std::size_t i)
const T & operator[] (std::size_t i) const
template<class C >
void push_back (const C &c)
void clear ()

Protected Member Functions

void Constructed ()


Detailed Description

template<class T>
class lm::builder::FixedArray< T >

Definition at line 16 of file multi_stream.hh.


Constructor & Destructor Documentation

template<class T>
lm::builder::FixedArray< T >::FixedArray ( std::size_t  count  )  [inline, explicit]

Definition at line 18 of file multi_stream.hh.

template<class T>
lm::builder::FixedArray< T >::FixedArray (  )  [inline]

Definition at line 22 of file multi_stream.hh.

template<class T>
lm::builder::FixedArray< T >::FixedArray ( const FixedArray< T > &  from  )  [inline]

Definition at line 31 of file multi_stream.hh.

template<class T>
lm::builder::FixedArray< T >::~FixedArray (  )  [inline]

Definition at line 40 of file multi_stream.hh.


Member Function Documentation

template<class T>
const T& lm::builder::FixedArray< T >::back (  )  const [inline]

Definition at line 49 of file multi_stream.hh.

template<class T>
T& lm::builder::FixedArray< T >::back (  )  [inline]

Definition at line 48 of file multi_stream.hh.

template<class T>
const T* lm::builder::FixedArray< T >::begin (  )  const [inline]

Definition at line 43 of file multi_stream.hh.

template<class T>
T* lm::builder::FixedArray< T >::begin (  )  [inline]

template<class T>
void lm::builder::FixedArray< T >::clear (  )  [inline]

Definition at line 62 of file multi_stream.hh.

Referenced by lm::builder::FixedArray< util::stream::ChainPosition >::~FixedArray().

Here is the caller graph for this function:

template<class T>
void lm::builder::FixedArray< T >::Constructed (  )  [inline, protected]

template<class T>
bool lm::builder::FixedArray< T >::empty (  )  const [inline]

Definition at line 52 of file multi_stream.hh.

template<class T>
const T* lm::builder::FixedArray< T >::end (  )  const [inline]

Definition at line 46 of file multi_stream.hh.

template<class T>
T* lm::builder::FixedArray< T >::end (  )  [inline]

template<class T>
void lm::builder::FixedArray< T >::Init ( std::size_t  count  )  [inline]

Definition at line 24 of file multi_stream.hh.

Referenced by lm::builder::FixedArray< util::stream::ChainPosition >::FixedArray().

Here is the caller graph for this function:

template<class T>
const T& lm::builder::FixedArray< T >::operator[] ( std::size_t  i  )  const [inline]

Definition at line 55 of file multi_stream.hh.

template<class T>
T& lm::builder::FixedArray< T >::operator[] ( std::size_t  i  )  [inline]

Definition at line 54 of file multi_stream.hh.

template<class T>
template<class C >
void lm::builder::FixedArray< T >::push_back ( const C &  c  )  [inline]

Definition at line 57 of file multi_stream.hh.

Referenced by lm::builder::InitialProbabilities().

Here is the caller graph for this function:

template<class T>
std::size_t lm::builder::FixedArray< T >::size (  )  const [inline]


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

Generated on Thu Jun 4 00:31:43 2015 for Moses by  doxygen 1.5.9