|
GME
13
|
#include <OCLObjectExBasic.h>


Public Member Functions | |
| Type (OclMeta::TypeManager *pManager, const std::string &value) | |
| virtual Any * | Clone () const |
| void | GetValue (std::string &value) const |
| void | SetValue (const std::string &value) |
| virtual bool | Equals (const Any &object) const |
| bool | operator== (const Type &object) const |
| bool | operator!= (const Type &object) const |
| virtual std::string | Print () const |
Protected Member Functions | |
| Type (OclMeta::TypeManager *pManager, const std::string &strTypeName, const std::string &value) | |
Definition at line 314 of file OCLObjectExBasic.h.
| OclBasic::Type::Type | ( | OclMeta::TypeManager * | pManager, |
| const std::string & | strTypeName, | ||
| const std::string & | value | ||
| ) | [protected] |
Definition at line 332 of file OCLObjectExBasic.cpp.
| OclBasic::Type::Type | ( | OclMeta::TypeManager * | pManager, |
| const std::string & | value | ||
| ) |
Definition at line 338 of file OCLObjectExBasic.cpp.
| Any * OclBasic::Type::Clone | ( | ) | const [virtual] |
Reimplemented from OclImplementation::Object.
Definition at line 353 of file OCLObjectExBasic.cpp.
| bool OclBasic::Type::Equals | ( | const Any & | object | ) | const [virtual] |
Reimplemented from OclImplementation::Object.
Definition at line 358 of file OCLObjectExBasic.cpp.
| void OclBasic::Type::GetValue | ( | std::string & | value | ) | const |
Definition at line 343 of file OCLObjectExBasic.cpp.
| bool OclBasic::Type::operator!= | ( | const Type & | object | ) | const |
Definition at line 371 of file OCLObjectExBasic.cpp.
| bool OclBasic::Type::operator== | ( | const Type & | object | ) | const |
Definition at line 366 of file OCLObjectExBasic.cpp.
| std::string OclBasic::Type::Print | ( | ) | const [virtual] |
Implements OclImplementation::Object.
Definition at line 376 of file OCLObjectExBasic.cpp.
| void OclBasic::Type::SetValue | ( | const std::string & | value | ) |
Definition at line 348 of file OCLObjectExBasic.cpp.
1.7.6.1