Apama Capital Markets Foundation
10.1.0.0
|
Functions | |
AP_MDM_API void | AP_MDM_SequenceToString (const StringSet &stringSet, std::string &result) |
AP_MDM_API void | AP_MDM_DictionaryToString (const StringDictionary &stringDictionary, std::string &result) |
AP_MDM_API void | AP_MDM_EscapeString (const std::string &input, std::string &result) |
Misc Functions
AP_MDM_API void AP_MDM_DictionaryToString | ( | const StringDictionary & | stringDictionary, |
std::string & | result | ||
) |
Helper to correctly format a StringDictionary into an string representation of an Apama dictionary. Mainly used to add a sequence type value to a NewsDataList.
stringDictionary | The source string dictionary to be converted into a string representation of an Apama dictionary. |
result | The resultant string representation of an Apama dictionary which can be added as a value to a NewsDataList. |
AP_MDM_API void AP_MDM_EscapeString | ( | const std::string & | input, |
std::string & | result | ||
) |
Helper to correctly escape a string so it can be used as a key or value in a string representation of an Apama sequence or dictionary.
input | The source string to be escaped. |
result | The resultant escaped string. |
AP_MDM_API void AP_MDM_SequenceToString | ( | const StringSet & | stringSet, |
std::string & | result | ||
) |
Helper to correctly format a StringSet into an string representation of an Apama sequence. Mainly used to add a sequence type value to a NewsDataList.
stringSet | The source string set to be converted into a string representation of an Apama sequence. |
result | The resultant string representation of an Apama sequence which can be added as a value to a NewsDataList. |