GME  13
Classes | Namespaces | Defines | Typedefs | Functions
OCLCommon.h File Reference

Go to the source code of this file.

Classes

struct  Position

Namespaces

namespace  OclCommon

Defines

#define TABSTR   " "

Typedefs

typedef std::vector< std::stringStringVector
typedef StringVector TypeSeq
typedef std::map< int, PositionPositionMap

Functions

bool operator!= (const std::string &str1, const std::string &str2)
std::stringTrim (std::string &strIn)
void OclCommon::Convert (const TypeSeq &si, std::string &s)
int OclCommon::Convert (const std::string &s, TypeSeq &si)

Define Documentation

#define TABSTR   " "

Definition at line 17 of file OCLCommon.h.


Typedef Documentation

typedef std::map< int , Position > PositionMap

Definition at line 32 of file OCLCommon.h.

typedef std::vector< std::string > StringVector

Definition at line 19 of file OCLCommon.h.

Definition at line 20 of file OCLCommon.h.


Function Documentation

bool operator!= ( const std::string str1,
const std::string str2 
)

Definition at line 29 of file OCLCommon.cpp.

std::string& Trim ( std::string strIn)

Definition at line 24 of file OCLCommon.cpp.