Public Types | Public Member Functions | Protected Attributes

viota_t< S > Struct Template Reference

Inheritance diagram for viota_t< S >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef Function_v2v< void > category
typedef viota_t exact_t
typedef viota_t< S > exact_t
typedef void mutable_result
typedef void mutable_result
typedef unsigned result
typedef unsigned result

Public Member Functions

unsigned operator() (const typename S::psite &p) const
unsigned operator() (const mln::util::vertex< mln::util::graph > &v) const
 viota_t (unsigned size)
 viota_t (unsigned size)

Protected Attributes

std::vector< resultv_

template<typename S>
struct viota_t< S >


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< viota_t >::category [inherited]

Reimplemented from mln::Function< viota_t >.

typedef Function_v2v<void> mln::Function_v2v< viota_t< S > >::category [inherited]

Reimplemented from mln::Function< viota_t< S > >.

typedef viota_t mln::Object< viota_t >::exact_t [inherited]
typedef viota_t< S > mln::Object< viota_t< S > >::exact_t [inherited]
typedef void mln::Function_v2v< viota_t >::mutable_result [inherited]
typedef void mln::Function_v2v< viota_t< S > >::mutable_result [inherited]
template<typename S>
typedef unsigned viota_t< S >::result
template<typename S>
typedef unsigned viota_t< S >::result

Constructor & Destructor Documentation

template<typename S>
viota_t< S >::viota_t ( unsigned  size  )  [inline]

References viota_t< S >::v_.

template<typename S>
viota_t< S >::viota_t ( unsigned  size  )  [inline]

References viota_t< S >::v_.


Member Function Documentation

template<typename S>
unsigned viota_t< S >::operator() ( const typename S::psite &  p  )  const [inline]

References viota_t< S >::v_.

template<typename S>
unsigned viota_t< S >::operator() ( const mln::util::vertex< mln::util::graph > &  v  )  const [inline]

Member Data Documentation

template<typename S>
std::vector< result > viota_t< S >::v_ [protected]