GME
13
|
#include <OCLObjectExBasic.h>
Public Member Functions | |
Integer (OclMeta::TypeManager *pManager, long value) | |
virtual Any * | Clone () const |
void | GetValue (long &value) const |
void | SetValue (long value) |
bool | operator== (const Integer &object) const |
bool | operator!= (const Integer &object) const |
virtual std::string | Print () const |
Protected Member Functions | |
Integer (OclMeta::TypeManager *pManager, const std::string &strTypeName, long value) |
Definition at line 286 of file OCLObjectExBasic.h.
OclBasic::Integer::Integer | ( | OclMeta::TypeManager * | pManager, |
const std::string & | strTypeName, | ||
long | value | ||
) | [protected] |
Definition at line 278 of file OCLObjectExBasic.cpp.
OclBasic::Integer::Integer | ( | OclMeta::TypeManager * | pManager, |
long | value | ||
) |
Definition at line 283 of file OCLObjectExBasic.cpp.
Any * OclBasic::Integer::Clone | ( | ) | const [virtual] |
Reimplemented from OclBasic::Real.
Definition at line 300 of file OCLObjectExBasic.cpp.
void OclBasic::Integer::GetValue | ( | long & | value | ) | const |
Definition at line 288 of file OCLObjectExBasic.cpp.
bool OclBasic::Integer::operator!= | ( | const Integer & | object | ) | const |
Definition at line 312 of file OCLObjectExBasic.cpp.
bool OclBasic::Integer::operator== | ( | const Integer & | object | ) | const |
Definition at line 307 of file OCLObjectExBasic.cpp.
std::string OclBasic::Integer::Print | ( | ) | const [virtual] |
Reimplemented from OclBasic::Real.
Definition at line 317 of file OCLObjectExBasic.cpp.
void OclBasic::Integer::SetValue | ( | long | value | ) |
Definition at line 295 of file OCLObjectExBasic.cpp.