GME  13
Public Member Functions | Protected Member Functions | Protected Attributes
OclImplementation::Object Class Reference

#include <OCLObject.h>

Inheritance diagram for OclImplementation::Object:
Inheritance graph
[legend]
Collaboration diagram for OclImplementation::Object:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~Object ()
std::string GetTypeName () const
OclMeta::TypeManagerGetTypeManager () const
virtual bool IsCompound () const
virtual bool IsComparable () const
virtual ObjectClone () const
virtual bool Equals (const Object &object) const
virtual std::string Print () const =0
virtual IUnknown * GetObject () const
virtual bool IsUndefined () const

Protected Member Functions

 Object (OclMeta::TypeManager *pManager, const std::string &strTypeName)

Protected Attributes

std::string m_strTypeName
OclMeta::TypeManagerm_pTypeManager

Detailed Description

Definition at line 87 of file OCLObject.h.


Constructor & Destructor Documentation

OclImplementation::Object::Object ( OclMeta::TypeManager pManager,
const std::string strTypeName 
) [inline, protected]

Definition at line 95 of file OCLObject.h.

virtual OclImplementation::Object::~Object ( ) [inline, virtual]

Definition at line 101 of file OCLObject.h.


Member Function Documentation

virtual Object* OclImplementation::Object::Clone ( ) const [inline, virtual]
virtual bool OclImplementation::Object::Equals ( const Object object) const [inline, virtual]
virtual IUnknown* OclImplementation::Object::GetObject ( ) const [inline, virtual]

Reimplemented in OclGmeCM::Object.

Definition at line 140 of file OCLObject.h.

Definition at line 110 of file OCLObject.h.

Definition at line 105 of file OCLObject.h.

virtual bool OclImplementation::Object::IsComparable ( ) const [inline, virtual]

Definition at line 120 of file OCLObject.h.

virtual bool OclImplementation::Object::IsCompound ( ) const [inline, virtual]

Reimplemented in OclImplementation::CompoundObject.

Definition at line 115 of file OCLObject.h.

virtual bool OclImplementation::Object::IsUndefined ( ) const [inline, virtual]

Definition at line 142 of file OCLObject.h.

virtual std::string OclImplementation::Object::Print ( ) const [pure virtual]

Member Data Documentation

Definition at line 92 of file OCLObject.h.

Definition at line 91 of file OCLObject.h.


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