bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
This is the complete list of members for bux::C_MBCStr, including all inherited members.
append(const char *src, size_t srcBytes) | bux::C_MBCStr | |
append(const T *ps, size_t size) | bux::C_MBCStr | inline |
C_MBCStr(T_Encoding codepage=0) noexcept | bux::C_MBCStr | inline |
C_MBCStr(const C_MBCStr &)=delete | bux::C_MBCStr | |
C_MBCStr(C_MBCStr &&other) noexcept | bux::C_MBCStr | |
C_MBCStr(std::string_view s, T_Encoding codepage=0) noexcept | bux::C_MBCStr | inline |
C_MBCStr(const T *ps, size_t size=0, T_Encoding codepage=0) | bux::C_MBCStr | inline |
C_MBCStr(std::basic_string_view< T > s, T_Encoding codepage=0) | bux::C_MBCStr | inline |
empty() const noexcept | bux::C_MBCStr | |
escape(F_PushCh pushCh) const | bux::C_MBCStr | |
escJSON() const | bux::C_MBCStr | |
F_PushCh typedef | bux::C_MBCStr | |
operator+=(std::string_view s) | bux::C_MBCStr | |
operator+=(const T *ps) | bux::C_MBCStr | inline |
operator+=(const std::basic_string< T > &s) | bux::C_MBCStr | inline |
operator=(const C_MBCStr &)=delete | bux::C_MBCStr | |
operator=(C_MBCStr &&other) noexcept | bux::C_MBCStr | |
strU8() const | bux::C_MBCStr |