Public Types | Public Member Functions | Private Member Functions

mln::internal::subject_impl< const point< grid::tick, C >, E > Struct Template Reference

#include <point1d.hh>

Inheritance diagram for mln::internal::subject_impl< const point< grid::tick, C >, E >:
Inheritance graph

List of all members.

Public Types

enum  { dim = 1 }
typedef C coord
typedef const C & ind_t

Public Member Functions

const C & ind () const
const C & last_coord () const
const C & operator[] (unsigned i) const

Private Member Functions

const E & exact_ () const

Detailed Description

template<typename C, typename E>
struct mln::internal::subject_impl< const point< grid::tick, C >, E >

Definition at line 58 of file point1d.hh.


Member Typedef Documentation

template<typename C , typename E >
typedef C mln::internal::subject_impl< const point< grid::tick, C >, E >::coord

Definition at line 60 of file point1d.hh.

template<typename C , typename E >
typedef const C& mln::internal::subject_impl< const point< grid::tick, C >, E >::ind_t

Definition at line 63 of file point1d.hh.


Member Enumeration Documentation

template<typename C , typename E >
anonymous enum
Enumerator:
dim 

Definition at line 61 of file point1d.hh.


Member Function Documentation

template<typename C , typename E >
const E & mln::internal::subject_impl< const point< grid::tick, C >, E >::exact_ (  )  const [inline, private]

Definition at line 116 of file point1d.hh.

template<typename C , typename E >
const C & mln::internal::subject_impl< const point< grid::tick, C >, E >::ind (  )  const [inline]

Definition at line 98 of file point1d.hh.

template<typename C , typename E >
const C& mln::internal::subject_impl< const point< grid::tick, C >, E >::last_coord (  )  const
template<typename C , typename E >
const C & mln::internal::subject_impl< const point< grid::tick, C >, E >::operator[] ( unsigned  i  )  const [inline]

Definition at line 106 of file point1d.hh.