This header file is part of module ALib Strings of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file cstring.hpp.
#include "alib/strings/string.hpp"
Go to the source code of this file.
Classes | |
class | TCString< TChar > |
struct | TT_StringConstants< TChar > |
Namespaces | |
namespace | alib |
namespace | alib::strings |
Functions | |
constexpr ComplementCString | ComplementDefaultWhitespaces () |
constexpr ComplementCString | ComplementNewLine () |
constexpr CString | DefaultWhitespaces () |
constexpr ComplementCString | EmptyComplementString () |
constexpr NCString | EmptyNString () |
constexpr StrangeCString | EmptyStrangeString () |
constexpr CString | EmptyString () |
constexpr WCString | EmptyWString () |
constexpr XCString | EmptyXString () |
constexpr NCString | NDefaultWhitespaces () |
constexpr CString | NewLine () |
constexpr NCString | NNewLine () |
constexpr StrangeCString | StrangeDefaultWhitespaces () |
constexpr StrangeCString | StrangeNewLine () |
constexpr WCString | WDefaultWhitespaces () |
constexpr WCString | WNewLine () |
constexpr XCString | XDefaultWhitespaces () |
constexpr XCString | XNewLine () |
Variables | |
ALIB_API ComplementCString | EMPTY_COMPLEMENT_STRING = A_CCHAR ("") |
A global instance of a nulled zero-terminated string of complementary character size. | |
ALIB_API NCString | EMPTY_N_STRING = A_NCHAR ("") |
A global instance of a nulled zero-terminated string of wide character size. | |
ALIB_API StrangeCString | EMPTY_STRANGE_STRING = A_SCHAR ("") |
A global instance of a nulled zero-terminated string of strange character size. | |
ALIB_API CString | EMPTY_STRING = A_CHAR ("") |
A global instance of a nulled zero-terminated string of standard character size. | |
ALIB_API WCString | EMPTY_W_STRING = A_WCHAR ("") |
A global instance of a nulled zero-terminated string of wide character size. | |
ALIB_API XString | EMPTY_X_STRING = A_XCHAR ("") |
A global instance of a nulled zero-terminated string of strange character size. | |