GME  13
Classes | Typedefs | Functions
OclCommon Namespace Reference

Classes

class  Context
class  RealContext
class  ContextStack
class  Exception
class  ExceptionPool
class  FormalParameter
class  ReferenceCountable
class  RCSmart
class  Smart

Typedefs

typedef std::vector
< FormalParameter
FormalParameterVector

Functions

void convertR (const TypeSeq &si, int i, std::string &s)
void Convert (const TypeSeq &si, std::string &s)
int convertR (std::string &s, TypeSeq &si, int i)
int Convert (const std::string &s, TypeSeq &si)

Typedef Documentation

Definition at line 15 of file OCLFormalParameter.h.


Function Documentation

void OclCommon::Convert ( const TypeSeq si,
std::string s 
)

Definition at line 46 of file OCLCommon.cpp.

int OclCommon::Convert ( const std::string s,
TypeSeq si 
)

Definition at line 74 of file OCLCommon.cpp.

void OclCommon::convertR ( const TypeSeq si,
int  i,
std::string s 
)

Definition at line 36 of file OCLCommon.cpp.

int OclCommon::convertR ( std::string s,
TypeSeq si,
int  i 
)

Definition at line 53 of file OCLCommon.cpp.