Public Types | Public Member Functions | Protected Attributes

mln::algebra::internal::vec_base_< 1, T > Class Template Reference

#include <vec.hh>

Inheritance diagram for mln::algebra::internal::vec_base_< 1, T >:
Inheritance graph

List of all members.

Public Types

typedef Object< void > category
typedef vec< 1, T > exact_t

Public Member Functions

void set (const T &val0)

Protected Attributes

data_ [1]

Detailed Description

template<typename T>
class mln::algebra::internal::vec_base_< 1, T >

Definition at line 115 of file algebra/vec.hh.


Member Typedef Documentation

typedef Object<void> mln::Object< vec< 1, T > >::category [inherited]

Definition at line 174 of file object.hh.

typedef vec< 1, T > mln::Object< vec< 1, T > >::exact_t [inherited]

Definition at line 173 of file object.hh.


Member Function Documentation

template<typename T >
void mln::algebra::internal::vec_base_< 1, T >::set ( const T &  val0  )  [inline]

Definition at line 118 of file algebra/vec.hh.


Member Data Documentation

template<typename T >
T mln::algebra::internal::vec_base_< 1, T >::data_[1] [protected]

Definition at line 123 of file algebra/vec.hh.