OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
Utilities.hpp File Reference
#include <string>
#include <vector>
#include <map>
#include <locale>
#include <opentrep/OPENTREP_Types.hpp>
#include <opentrep/basic/BasConst_OPENTREP_Service.hpp>

Go to the source code of this file.

Classes

class  OPENTREP::NumSep
 

Namespaces

namespace  OPENTREP
 

Typedefs

typedef std::map< const std::string, std::string > OPENTREP::StringMap_T
 

Functions

void OPENTREP::tokeniseStringIntoWordList (const std::string &iPhrase, WordList_T &ioWordList)
 
std::string OPENTREP::createStringFromWordList (const WordList_T &iWordList, const NbOfWords_T iSplitIdx, const bool iFromBeginningFlag)
 
StringMap_T OPENTREP::parseMySQLConnectionString (const SQLDBConnectionString_T &iSQLDBConnStr)
 
SQLDBConnectionString_T OPENTREP::buildMySQLConnectionString (const StringMap_T &iStringMap, const DeploymentNumber_T &iDeploymentNumber)
 
std::string OPENTREP::displayMySQLConnectionString (const StringMap_T &iStringMap, const DeploymentNumber_T &iDeploymentNumber)
 
std::string OPENTREP::parseAndDisplayConnectionString (const DBType &iDBType, const std::string &iSQLDBConnStr, const DeploymentNumber_T &iDeploymentNumber)