GME
13
|
Go to the source code of this file.
Classes | |
struct | Position |
Namespaces | |
namespace | OclCommon |
Defines | |
#define | TABSTR " " |
Typedefs | |
typedef std::vector< std::string > | StringVector |
typedef StringVector | TypeSeq |
typedef std::map< int, Position > | PositionMap |
Functions | |
bool | operator!= (const std::string &str1, const std::string &str2) |
std::string & | Trim (std::string &strIn) |
void | OclCommon::Convert (const TypeSeq &si, std::string &s) |
int | OclCommon::Convert (const std::string &s, TypeSeq &si) |
#define TABSTR " " |
Definition at line 17 of file OCLCommon.h.
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.
typedef StringVector TypeSeq |
Definition at line 20 of file OCLCommon.h.
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.