GME  13
Public Member Functions
OclCommon::FormalParameter Class Reference

#include <OCLFormalParameter.h>

List of all members.

Public Member Functions

 FormalParameter (const std::string &strName, const std::string &strType, bool bRequired)
 FormalParameter (const std::string &strType, bool bRequired)
 FormalParameter ()
 FormalParameter (const FormalParameter &object)
FormalParameteroperator= (const FormalParameter &object)
bool IsIdentical (const FormalParameter &object) const
bool IsIdentical (const std::string &strType) const
bool operator== (const FormalParameter &object) const
bool operator!= (const FormalParameter &object) const
bool IsRequired () const
std::string GetName () const
std::string GetTypeName () const

Detailed Description

Definition at line 28 of file OCLFormalParameter.h.


Constructor & Destructor Documentation

OclCommon::FormalParameter::FormalParameter ( const std::string strName,
const std::string strType,
bool  bRequired 
) [inline]

Definition at line 36 of file OCLFormalParameter.h.

OclCommon::FormalParameter::FormalParameter ( const std::string strType,
bool  bRequired 
) [inline]

Definition at line 41 of file OCLFormalParameter.h.

Definition at line 46 of file OCLFormalParameter.h.

Definition at line 51 of file OCLFormalParameter.h.


Member Function Documentation

Definition at line 91 of file OCLFormalParameter.h.

Definition at line 96 of file OCLFormalParameter.h.

bool OclCommon::FormalParameter::IsIdentical ( const FormalParameter object) const [inline]

Definition at line 66 of file OCLFormalParameter.h.

bool OclCommon::FormalParameter::IsIdentical ( const std::string strType) const [inline]

Definition at line 71 of file OCLFormalParameter.h.

bool OclCommon::FormalParameter::IsRequired ( ) const [inline]

Definition at line 86 of file OCLFormalParameter.h.

bool OclCommon::FormalParameter::operator!= ( const FormalParameter object) const [inline]

Definition at line 81 of file OCLFormalParameter.h.

FormalParameter& OclCommon::FormalParameter::operator= ( const FormalParameter object) [inline]

Definition at line 56 of file OCLFormalParameter.h.

bool OclCommon::FormalParameter::operator== ( const FormalParameter object) const [inline]

Definition at line 76 of file OCLFormalParameter.h.


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