Public Types | Public Member Functions
cpp_introspection::DurationType Class Reference

#include <type.h>

Inheritance diagram for cpp_introspection::DurationType:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ros::Duration type

Public Member Functions

virtual double as_double (const boost::any &value) const
virtual int as_int (const boost::any &value) const
virtual std::string as_string (const boost::any &value) const
virtual unsigned as_unsigned (const boost::any &value) const
 DurationType (const char *name)
virtual boost::any from_double (double value) const
virtual boost::any from_int (int value) const
virtual boost::any from_string (const std::string &value) const
virtual boost::any from_unsigned (unsigned value) const
virtual const std::type_info & getTypeId () const
virtual bool isNumeric () const
virtual ~DurationType ()

Detailed Description

Definition at line 194 of file type.h.


Member Typedef Documentation

Definition at line 197 of file type.h.


Constructor & Destructor Documentation

cpp_introspection::DurationType::DurationType ( const char *  name) [inline]

Definition at line 199 of file type.h.

virtual cpp_introspection::DurationType::~DurationType ( ) [inline, virtual]

Definition at line 200 of file type.h.


Member Function Documentation

virtual double cpp_introspection::DurationType::as_double ( const boost::any &  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 206 of file type.h.

virtual int cpp_introspection::DurationType::as_int ( const boost::any &  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 207 of file type.h.

virtual std::string cpp_introspection::DurationType::as_string ( const boost::any &  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 205 of file type.h.

virtual unsigned cpp_introspection::DurationType::as_unsigned ( const boost::any &  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 208 of file type.h.

virtual boost::any cpp_introspection::DurationType::from_double ( double  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 210 of file type.h.

virtual boost::any cpp_introspection::DurationType::from_int ( int  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 211 of file type.h.

virtual boost::any cpp_introspection::DurationType::from_string ( const std::string &  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 209 of file type.h.

virtual boost::any cpp_introspection::DurationType::from_unsigned ( unsigned  value) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 212 of file type.h.

virtual const std::type_info& cpp_introspection::DurationType::getTypeId ( ) const [inline, virtual]

Implements cpp_introspection::Type.

Definition at line 202 of file type.h.

virtual bool cpp_introspection::DurationType::isNumeric ( ) const [inline, virtual]

Reimplemented from cpp_introspection::Type.

Definition at line 203 of file type.h.


The documentation for this class was generated from the following file:


cpp_introspection
Author(s): Johannes Meyer
autogenerated on Sat Jun 8 2019 19:46:00