#include <behavior.hh>
Inheritance diagram for oln::value_behavior< T, Exact >:
Public Types | |
typedef value_behavior< T, Exact > | self_type |
typedef mlc::exact_vt< self_type, Exact >::ret | exact_type |
typedef T | value_type |
Public Member Functions | |
value_behavior (value_type value) | |
template<class I> | |
void | adapt_border_impl (const abstract::image< I > &im, coord border_size) const |
value_behavior () | |
Empty constructor for any_with_diamond hierarchy. | |
Protected Attributes | |
value_type | value_ |
Definition at line 66 of file olena/oln/core/behavior.hh.
typedef value_behavior<T, Exact> oln::value_behavior< T, Exact >::self_type |
The self type.
Reimplemented from oln::abstract::behavior< Exact >.
Definition at line 70 of file olena/oln/core/behavior.hh.
typedef mlc::exact_vt< self_type , Exact >::ret oln::value_behavior< T, Exact >::exact_type |
The exact type.
Reimplemented from oln::abstract::behavior< Exact >.
Definition at line 71 of file olena/oln/core/behavior.hh.