GME  13
Public Member Functions | Protected Member Functions
OclBasic::Type Class Reference

#include <OCLObjectExBasic.h>

Inheritance diagram for OclBasic::Type:
Inheritance graph
[legend]
Collaboration diagram for OclBasic::Type:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Type (OclMeta::TypeManager *pManager, const std::string &value)
virtual AnyClone () 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)

Detailed Description

Definition at line 314 of file OCLObjectExBasic.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: