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

#include <OCLObjectExBasic.h>

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

List of all members.

Public Member Functions

 Boolean (OclMeta::TypeManager *pManager, bool value)
virtual AnyClone () const
void GetValue (bool &value) const
void SetValue (bool value)
virtual bool Equals (const Any &object) const
bool operator== (const Boolean &object) const
bool operator!= (const Boolean &object) const
virtual std::string Print () const

Protected Member Functions

 Boolean (OclMeta::TypeManager *pManager, const std::string &strTypeName, bool value)

Detailed Description

Definition at line 222 of file OCLObjectExBasic.h.


Constructor & Destructor Documentation

OclBasic::Boolean::Boolean ( OclMeta::TypeManager pManager,
const std::string strTypeName,
bool  value 
) [protected]

Definition at line 166 of file OCLObjectExBasic.cpp.

OclBasic::Boolean::Boolean ( OclMeta::TypeManager pManager,
bool  value 
)

Definition at line 171 of file OCLObjectExBasic.cpp.


Member Function Documentation

Any * OclBasic::Boolean::Clone ( ) const [virtual]

Reimplemented from OclImplementation::Object.

Definition at line 186 of file OCLObjectExBasic.cpp.

bool OclBasic::Boolean::Equals ( const Any object) const [virtual]

Reimplemented from OclImplementation::Object.

Definition at line 191 of file OCLObjectExBasic.cpp.

void OclBasic::Boolean::GetValue ( bool &  value) const

Definition at line 176 of file OCLObjectExBasic.cpp.

bool OclBasic::Boolean::operator!= ( const Boolean object) const

Definition at line 204 of file OCLObjectExBasic.cpp.

bool OclBasic::Boolean::operator== ( const Boolean object) const

Definition at line 199 of file OCLObjectExBasic.cpp.

Implements OclImplementation::Object.

Definition at line 209 of file OCLObjectExBasic.cpp.

void OclBasic::Boolean::SetValue ( bool  value)

Definition at line 181 of file OCLObjectExBasic.cpp.


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