|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator== (const StrRef &left, const StrRef &right) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator!= (const StrRef &left, const StrRef &right) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator< (const StrRef &left, const StrRef &right) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator> (const StrRef &left, const StrRef &right) |
|
std::ostream & | operator<< (std::ostream &stream, const StrRef &text) |
|
ONIXS_B3_UMDF_MD_NODISCARD StrRef | toStrRef (const std::string &str) |
|
ONIXS_B3_UMDF_MD_NODISCARD StrRef | toStrRef (const Char *cStr) throw () |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator== (const StrRef &ref, const std::string &str) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator!= (const StrRef &ref, const std::string &str) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator== (const std::string &str, const StrRef &ref) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator!= (const std::string &str, const StrRef &ref) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator== (const StrRef &ref, const Char *str) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator!= (const StrRef &ref, const Char *str) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator== (const Char *str, const StrRef &ref) |
|
ONIXS_B3_UMDF_MD_NODISCARD bool | operator!= (const Char *str, const StrRef &ref) |
|
template<size_t Size> |
ONIXS_B3_UMDF_MD_NODISCARD StrRef | constructStrRef (const char(&value)[Size]) throw () |
|
template<size_t Size> |
ONIXS_B3_UMDF_MD_NODISCARD StrRef | strRefFromCharArray (const char(&value)[Size]) throw () |
|
ONIXS_B3_UMDF_MD_NODISCARD std::string | toStr (const StrRef &ref) |
|
void | toStr (std::string &str, const StrRef &ref) |
|