otsdaq
v2_05_02_indev
|
This is the complete list of members for ots::StringMacros, including all inherited members.
convertEnvironmentVariables(const std::string &data) (defined in ots::StringMacros) | ots::StringMacros | static |
decodeURIComponent(const std::string &data) (defined in ots::StringMacros) | ots::StringMacros | static |
demangleTypeName(const char *name) (defined in ots::StringMacros) | ots::StringMacros | static |
encodeURIComponent(const std::string &data) (defined in ots::StringMacros) | ots::StringMacros | static |
exec(const char *cmd) (defined in ots::StringMacros) | ots::StringMacros | static |
extractCommonChunks(const std::vector< std::string > &haystack, std::vector< std::string > &commonChunksToReturn, std::vector< std::string > &wildcardStrings, unsigned int &fixedWildcardLength) (defined in ots::StringMacros) | ots::StringMacros | static |
getMapFromString(const std::string &inputString, std::map< S, T > &mapToReturn, const std::set< char > &pairPairDelimiter={',', '|', '&'}, const std::set< char > &nameValueDelimiter={'=', ':'}, const std::set< char > &whitespace={' ', '\t', '\n', '\r'}) (defined in ots::StringMacros) | ots::StringMacros | static |
getMapFromString(const std::string &inputString, std::map< std::string, std::string > &mapToReturn, const std::set< char > &pairPairDelimiter={',', '|', '&'}, const std::set< char > &nameValueDelimiter={'=', ':'}, const std::set< char > &whitespace={' ', '\t', '\n', '\r'}) (defined in ots::StringMacros) | ots::StringMacros | static |
getNumber(const std::string &s, T &retValue) (defined in ots::StringMacros) | ots::StringMacros | static |
getNumber(const std::string &s, bool &retValue) (defined in ots::StringMacros) | ots::StringMacros | static |
getNumberType(const std::string &stringToCheck) (defined in ots::StringMacros) | ots::StringMacros | static |
getSetFromString(const std::string &inputString, std::set< std::string > &setToReturn, const std::set< char > &delimiter={',', '|', '&'}, const std::set< char > &whitespace={' ', '\t', '\n', '\r'}) (defined in ots::StringMacros) | ots::StringMacros | static |
getTimestampString(const std::string &linuxTimeInSeconds) (defined in ots::StringMacros) | ots::StringMacros | static |
getTimestampString(const time_t &linuxTimeInSeconds=time(0)) (defined in ots::StringMacros) | ots::StringMacros | static |
getTypeName(void) (defined in ots::StringMacros) | ots::StringMacros | inlinestatic |
getVectorFromString(const std::string &inputString, std::vector< std::string > &listToReturn, const std::set< char > &delimiter={',', '|', '&'}, const std::set< char > &whitespace={' ', '\t', '\n', '\r'}, std::vector< char > *listOfDelimiters=0) (defined in ots::StringMacros) | ots::StringMacros | static |
getVectorFromString(const std::string &inputString, const std::set< char > &delimiter={',', '|', '&'}, const std::set< char > &whitespace={' ', '\t', '\n', '\r'}, std::vector< char > *listOfDelimiters=0) (defined in ots::StringMacros) | ots::StringMacros | static |
getWildCardMatchFromMap(const std::string &needle, std::map< std::string, T > &haystack, std::string *foundKey=0) (defined in ots::StringMacros) | ots::StringMacros | static |
inWildCardSet(const std::string &needle, const std::set< std::string > &haystack) (defined in ots::StringMacros) | ots::StringMacros | static |
isNumber(const std::string &stringToCheck) (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::string, T > &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::pair< std::string, std::string >, T > &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::pair< std::string, std::pair< std::string, std::string >>, T > &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::string, std::pair< std::string, T >> &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::string, std::map< std::string, T >> &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::string, std::set< T >> &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::string, std::vector< T >> &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
mapToString(const std::map< std::string, uint8_t > &mapToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=": ") (defined in ots::StringMacros) | ots::StringMacros | static |
otsGetEnvironmentVarable(const char *name, const std::string &location, const unsigned int &line) (defined in ots::StringMacros) | ots::StringMacros | static |
setToString(const std::set< T > &setToReturn, const std::string &delimeter=", ") (defined in ots::StringMacros) | ots::StringMacros | static |
setToString(const std::set< uint8_t > &setToReturn, const std::string &delimeter=", ") (defined in ots::StringMacros) | ots::StringMacros | static |
setToString(const std::set< std::pair< S, T >> &setToReturn, const std::string &primaryDelimeter=", ", const std::string &secondaryDelimeter=":") (defined in ots::StringMacros) | ots::StringMacros | static |
stackTrace(void) (defined in ots::StringMacros) | ots::StringMacros | static |
validateValueForDefaultStringDataType(const std::string &value, bool doConvertEnvironmentVariables=true) (defined in ots::StringMacros) | ots::StringMacros | static |
validateValueForDefaultStringDataType(const std::string &value, bool doConvertEnvironmentVariables=true) (defined in ots::StringMacros) | ots::StringMacros | static |
vectorToString(const std::vector< T > &setToReturn, const std::string &delimeter=", ") (defined in ots::StringMacros) | ots::StringMacros | static |
vectorToString(const std::vector< uint8_t > &setToReturn, const std::string &delimeter=", ") (defined in ots::StringMacros) | ots::StringMacros | static |
vectorToString(const std::vector< std::pair< S, T >> &setToReturn, const std::string &primaryDelimeter="; ", const std::string &secondaryDelimeter=":") (defined in ots::StringMacros) | ots::StringMacros | static |
wildCardMatch(const std::string &needle, const std::string &haystack, unsigned int *priorityIndex=0) (defined in ots::StringMacros) | ots::StringMacros | static |