ALib C++ Library
by
Library Version:
2412 R0
Documentation generated by
Loading...
Searching...
No Matches
home
dev
A-Worx
ALib
src
alib
strings
astring.hpp
Go to the documentation of this file.
1
//==================================================================================================
2
/// \file
3
/// This header file is part of module \alib_strings of the \aliblong.
4
///
5
/// \emoji :copyright: 2013-2024 A-Worx GmbH, Germany.
6
/// Published under \ref mainpage_license "Boost Software License".
7
//==================================================================================================
8
#ifndef HPP_ALIB_STRINGS_ASTRING
9
#define HPP_ALIB_STRINGS_ASTRING 1
10
#pragma once
11
12
#define HPP_ALIB_STRINGS_TASTRING_INLINING
13
14
#include "
alib/strings/detail/tastring.inl
"
15
#include "
alib/strings/format.inl
"
16
17
#if !DOXYGEN
18
19
#define HPP_ALIB_STRINGS_TASTRING_INLINING
20
21
#define ASTR_TALLOC_SPEC lang::HeapAllocator
22
#define ASTR_TCHAR_SPEC ALIB_CHAR_TYPE_ID_X
23
#include "
alib/strings/detail/tastring_ca_decl.inl
"
24
25
#define ASTR_TALLOC_SPEC lang::HeapAllocator
26
#define ASTR_TCHAR_SPEC ALIB_CHAR_TYPE_ID_W
27
#include "
alib/strings/detail/tastring_ca_decl.inl
"
28
29
#define ASTR_TALLOC_SPEC lang::HeapAllocator
30
#define ASTR_TCHAR_SPEC ALIB_CHAR_TYPE_ID_N
31
#include "
alib/strings/detail/tastring_ca_decl.inl
"
32
33
#undef HPP_ALIB_STRINGS_TASTRING_INLINING
34
#endif
//if !DOXYGEN
35
36
37
#endif
// HPP_ALIB_STRINGS_ASTRING
38
format.inl
tastring.inl
tastring_ca_decl.inl