dynamicgraph::command::EitherType Class Reference

#include <dynamic-graph/value.h>

List of all members.

Public Member Functions

 EitherType (const Value &value)
 ~EitherType ()
 operator bool () const
 operator unsigned () const
 operator int () const
 operator float () const
 operator double () const
 operator std::string () const
 operator Vector () const
 operator Matrix () const

Constructor & Destructor Documentation

dynamicgraph::command::EitherType::EitherType ( const Value value)
dynamicgraph::command::EitherType::~EitherType ( )

Member Function Documentation

dynamicgraph::command::EitherType::operator bool ( ) const
dynamicgraph::command::EitherType::operator double ( ) const
dynamicgraph::command::EitherType::operator float ( ) const
dynamicgraph::command::EitherType::operator int ( ) const
dynamicgraph::command::EitherType::operator Matrix ( ) const
dynamicgraph::command::EitherType::operator std::string ( ) const
dynamicgraph::command::EitherType::operator unsigned ( ) const
dynamicgraph::command::EitherType::operator Vector ( ) const