#include <ConceptDesc.h>
Public Member Functions | |
| const cl7::string_type & | get_name () const |
| void | set_name (const cl7::string_type &name) |
Protected Member Functions | |
| ConceptDesc (ClassID class_id, unsigned id, const cl7::string_type &name) | |
| ConceptDesc (const ConceptDesc &rhs) | |
| ConceptDesc & | operator= (const ConceptDesc &rhs) |
| virtual | ~ConceptDesc (void) |
The base concept object description class.
| cyber::world::concepts::ConceptDesc::ConceptDesc | ( | ClassID | class_id, | |
| unsigned | id, | |||
| const cl7::string_type & | name | |||
| ) | [protected] |
Explicit constructor.
| cyber::world::concepts::ConceptDesc::ConceptDesc | ( | const ConceptDesc & | rhs | ) | [protected] |
Copy constructor.
| cyber::world::concepts::ConceptDesc::~ConceptDesc | ( | void | ) | [protected, virtual] |
Destructor.
| const cl7::string_type& cyber::world::concepts::ConceptDesc::get_name | ( | ) | const [inline] |
Returns the name of this concept object.
| ConceptDesc & cyber::world::concepts::ConceptDesc::operator= | ( | const ConceptDesc & | rhs | ) | [protected] |
Copy assignment operator.
| void cyber::world::concepts::ConceptDesc::set_name | ( | const cl7::string_type & | name | ) | [inline] |
Sets the name of this concept object.
1.7.1