|
GME
13
|
Go to the source code of this file.
Namespaces | |
| namespace | OclCommon |
Functions | |
| std::string & | TrimLeft (std::string &strIn) |
| std::string & | TrimRight (std::string &strIn) |
| std::string & | Trim (std::string &strIn) |
| bool | operator!= (const std::string &str1, const std::string &str2) |
| void | OclCommon::convertR (const TypeSeq &si, int i, std::string &s) |
| void | OclCommon::Convert (const TypeSeq &si, std::string &s) |
| int | OclCommon::convertR (std::string &s, TypeSeq &si, int i) |
| int | OclCommon::Convert (const std::string &s, TypeSeq &si) |
| 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.
| std::string& TrimLeft | ( | std::string & | strIn | ) |
Definition at line 10 of file OCLCommon.cpp.
| std::string& TrimRight | ( | std::string & | strIn | ) |
Definition at line 17 of file OCLCommon.cpp.
1.7.6.1