#include <BaseObjectDescription.h>

Definition at line 53 of file BaseObjectDescription.h.
Public Member Functions | |
| Attribute () | |
| Attribute (const std::string &v) | |
| void | operator= (const std::string &v) |
| void | operator= (const char *v) |
| operator std::string () | |
| const char * | c_str () |
| bool | isAccessed () |
| void | setAccessed (bool v) |
Protected Attributes | |
| std::string | value |
| bool | accessed |
| sofa::core::objectmodel::BaseObjectDescription::Attribute::Attribute | ( | ) | [inline] |
Definition at line 59 of file BaseObjectDescription.h.
| sofa::core::objectmodel::BaseObjectDescription::Attribute::Attribute | ( | const std::string & | v | ) | [inline] |
Definition at line 60 of file BaseObjectDescription.h.
| void sofa::core::objectmodel::BaseObjectDescription::Attribute::operator= | ( | const std::string & | v | ) | [inline] |
| void sofa::core::objectmodel::BaseObjectDescription::Attribute::operator= | ( | const char * | v | ) | [inline] |
| sofa::core::objectmodel::BaseObjectDescription::Attribute::operator std::string | ( | ) | [inline] |
| const char* sofa::core::objectmodel::BaseObjectDescription::Attribute::c_str | ( | ) | [inline] |
| bool sofa::core::objectmodel::BaseObjectDescription::Attribute::isAccessed | ( | ) | [inline] |
Definition at line 65 of file BaseObjectDescription.h.
| void sofa::core::objectmodel::BaseObjectDescription::Attribute::setAccessed | ( | bool | v | ) | [inline] |
Definition at line 66 of file BaseObjectDescription.h.
std::string sofa::core::objectmodel::BaseObjectDescription::Attribute::value [protected] |
Definition at line 56 of file BaseObjectDescription.h.
Referenced by operator std::string(), and operator=().
1.5.3