#include <property.h>
Public Member Functions | |
BaseProperty (const std::string name_) | |
virtual bool | fromString (const std::string &s)=0 |
const std::string & | name () |
virtual std::string | toString () const =0 |
virtual | ~BaseProperty () |
Protected Attributes | |
std::string | _name |
Definition at line 38 of file property.h.
g2o::BaseProperty::BaseProperty | ( | const std::string | name_ | ) |
Definition at line 39 of file property.cpp.
|
virtual |
Definition at line 42 of file property.cpp.
|
pure virtual |
Implemented in g2o::Property< T >, g2o::Property< double >, g2o::Property< int >, and g2o::Property< bool >.
|
inline |
Definition at line 42 of file property.h.
|
pure virtual |
Implemented in g2o::Property< T >, g2o::Property< double >, g2o::Property< int >, and g2o::Property< bool >.
|
protected |
Definition at line 46 of file property.h.