ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
strings.prepro.hpp File Reference

Description:

This header-file is part of the ALib C++ Library.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file strings.prepro.hpp.

#include "alib/alib.inl"
Include dependency graph for strings.prepro.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

ALib Module Strings

The macros in this section are introduced by module ALib Strings.

#define ALIB_STRING_DBG_CHK(instance)
 
#define ALIB_STRING_RESETTER(astring)
 
#define ALIB_STRINGS_APPENDABLE_TYPE(TYPE)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_DEF(TYPE, IMPL)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_DEF_N(TYPE, IMPL)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_DEF_W(TYPE, IMPL)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_INLINE(TYPE, IMPL)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_INLINE_N(TYPE, IMPL)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_INLINE_W(TYPE, IMPL)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_N(TYPE)
 
#define ALIB_STRINGS_APPENDABLE_TYPE_W(TYPE)
 
#define ALIB_STRINGS_FROM_NARROW( src, dest, bufSize)
 
#define ALIB_STRINGS_FROM_NARROW_ARG( src, bufSize)
 
#define ALIB_STRINGS_FROM_WIDE( src, dest, bufSize)
 
#define ALIB_STRINGS_FROM_WIDE_ARG( src, bufSize)
 
#define ALIB_STRINGS_SUPPRESS_STD_OSTREAM_OPERATOR(TYPE)
 
#define ALIB_STRINGS_TO_NARROW( src, dest, bufSize)
 
#define ALIB_STRINGS_TO_NARROW_ARG( src, bufSize)
 
#define ALIB_STRINGS_TO_WIDE( src, dest, bufSize)
 
#define ALIB_STRINGS_TO_WIDE_ARG( src, bufSize)