Public Types | Public Member Functions | Static Public Member Functions

mln::literal::one_t Struct Reference

Type of literal one. More...

#include <one.hh>

Inheritance diagram for mln::literal::one_t:
Inheritance graph

List of all members.

Public Types

typedef Literal< void > category
typedef one_t exact_t

Public Member Functions

template<typename T >
 operator const T () const

Static Public Member Functions

static const one_tthe ()

Detailed Description

Type of literal one.

Definition at line 44 of file one.hh.


Member Typedef Documentation

typedef Literal<void> mln::Literal< one_t >::category [inherited]

Reimplemented from mln::Object< one_t >.

Definition at line 58 of file literal.hh.

typedef one_t mln::Object< one_t >::exact_t [inherited]

Definition at line 173 of file object.hh.


Member Function Documentation

template<typename T >
mln::literal::one_t::operator const T (  )  const [inline]

Definition at line 61 of file one.hh.

static const one_t & mln::Literal< one_t >::the (  )  [static, inherited]