dynamicgraph::command::EitherType Class Reference

#include <dynamic-graph/value.h>

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 Eigen::MatrixXd () const
 
 operator Eigen::Matrix4d () 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 Eigen::Matrix4d ( ) const
dynamicgraph::command::EitherType::operator Eigen::MatrixXd ( ) const
dynamicgraph::command::EitherType::operator float ( ) const
dynamicgraph::command::EitherType::operator int ( ) const
dynamicgraph::command::EitherType::operator std::string ( ) const
dynamicgraph::command::EitherType::operator unsigned ( ) const
dynamicgraph::command::EitherType::operator Vector ( ) const