Public Types | Public Member Functions | Private Member Functions

mln::internal::subject_impl< util::array< T > &, E > Struct Template Reference

#include <array.hh>

Inheritance diagram for mln::internal::subject_impl< util::array< T > &, E >:
Inheritance graph

List of all members.

Public Types

typedef util::array< T >
::mutable_result 
mutable_result

Public Member Functions

util::array< T > & append (const T &elt)
template<typename U >
util::array< T > & append (const util::array< U > &other)
void clear ()
void fill (const T &value)
std::vector< T > & hook_std_vector_ ()
bool is_empty () const
unsigned nelements () const
mutable_result operator() (unsigned i)
const T & operator() (unsigned i) const
const T & operator[] (unsigned i) const
mutable_result operator[] (unsigned i)
void reserve (unsigned n)
void resize (unsigned n)
void resize (unsigned n, const T &value)
unsigned size () const
const std::vector< T > & std_vector () const

Private Member Functions

E & exact_ ()

template<typename T, typename E>
struct mln::internal::subject_impl< util::array< T > &, E >


Member Typedef Documentation

template<typename T , typename E >
typedef util::array<T>::mutable_result mln::internal::subject_impl< util::array< T > &, E >::mutable_result

Member Function Documentation

template<typename T , typename E >
util::array< T > & mln::internal::subject_impl< util::array< T > &, E >::append ( const T &  elt  )  [inline]
template<typename T , typename E >
template<typename U >
util::array< T > & mln::internal::subject_impl< util::array< T > &, E >::append ( const util::array< U > &  other  )  [inline]

References mln::value::other().

template<typename T , typename E >
void mln::internal::subject_impl< util::array< T > &, E >::clear (  )  [inline]
template<typename T , typename E >
E & mln::internal::subject_impl< util::array< T > &, E >::exact_ (  )  [inline, private]
template<typename T , typename E >
void mln::internal::subject_impl< util::array< T > &, E >::fill ( const T &  value  )  [inline]
template<typename T , typename E >
std::vector< T > & mln::internal::subject_impl< util::array< T > &, E >::hook_std_vector_ (  )  [inline]
template<typename T , typename E >
bool mln::internal::subject_impl< const util::array< T > &, E >::is_empty (  )  const [inline, inherited]
template<typename T , typename E >
unsigned mln::internal::subject_impl< const util::array< T > &, E >::nelements (  )  const [inline, inherited]
template<typename T , typename E >
const T & mln::internal::subject_impl< const util::array< T > &, E >::operator() ( unsigned  i  )  const [inline, inherited]
template<typename T , typename E >
util::array< T >::mutable_result mln::internal::subject_impl< util::array< T > &, E >::operator() ( unsigned  i  )  [inline]
template<typename T , typename E >
const T & mln::internal::subject_impl< const util::array< T > &, E >::operator[] ( unsigned  i  )  const [inline, inherited]
template<typename T , typename E >
util::array< T >::mutable_result mln::internal::subject_impl< util::array< T > &, E >::operator[] ( unsigned  i  )  [inline]
template<typename T , typename E >
void mln::internal::subject_impl< util::array< T > &, E >::reserve ( unsigned  n  )  [inline]
template<typename T , typename E >
void mln::internal::subject_impl< util::array< T > &, E >::resize ( unsigned  n,
const T &  value 
) [inline]
template<typename T , typename E >
void mln::internal::subject_impl< util::array< T > &, E >::resize ( unsigned  n  )  [inline]
template<typename T , typename E >
unsigned mln::internal::subject_impl< const util::array< T > &, E >::size (  )  const [inline, inherited]
template<typename T , typename E >
const std::vector< T > & mln::internal::subject_impl< const util::array< T > &, E >::std_vector (  )  const [inline, inherited]