26 #ifndef Common_StringExt_h
27 #define Common_StringExt_h
47 return strcmp(s1, s2) < 0;
52 typedef std::set<const char *, LtCstr>
CstrSet;
92 #endif // Common_StringExt_h
std::set< String > StringSet
STL Set managing Strings.
NumericUnsignedFormatter< uint32_t > UInt32Formatter
std::map< const char *, int64_t, LtCstr > CstrToInt64MapT
STL map from c-style string to int64_t.
NumericSignedFormatter< int16_t > Int16Formatter
NumericSignedFormatter< int32_t > Int32Formatter
std::string String
A String is simply a typedef to std::string.
bool operator()(const char *s1, const char *s2) const
std::set< const char *, LtCstr > CstrSet
STL Set managing c-style strings.
NumericUnsignedFormatter< uint16_t > UInt16Formatter
STL Strict Weak Ordering for comparing c-style strings.
NumericSignedFormatter< int64_t > Int64Formatter
NumericUnsignedFormatter< uint64_t > UInt64Formatter
A String class based on std::string.
String operator+(const String &s1, short sval)
Append operator for shorts.
std::map< const char *, int32_t, LtCstr > CstrToInt32Map
STL map from c-style string to int32_t.