xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__string_definitions.hpp
Go to the documentation of this file.
1
4
#pragma once
6
#if !defined(__XTD_CORE_INTERNAL__)
7
#error "Do not include this file: Internal use only"
8
#endif
10
#include <string>
11
#define __XTD_STD_INTERNAL__
12
#include "
__xtd_std_version.hpp
"
13
#include "
../collections/generic/helpers/allocator.hpp
"
14
#include "
../char16.hpp
"
15
#include "
../char32.hpp
"
16
#include "
../char8.hpp
"
17
#include "
../wchar.hpp
"
18
#undef __XTD_STD_INTERNAL__
19
21
namespace
xtd
{
31
template
<
typename
char
_t,
typename
traits_t = std::
char
_traits<
char
_t>,
typename
allocator_t = xtd::collections::
generic
::helpers::allocator<
char
_t >>
32
class
basic_string
;
33
43
using
string
=
xtd::basic_string<char>
;
44
54
using
u16string
=
xtd::basic_string<xtd::char16>
;
55
65
using
u32string
=
xtd::basic_string<xtd::char32>
;
66
76
using
u8string
=
xtd::basic_string<xtd::char8>
;
77
87
using
wstring
=
xtd::basic_string<xtd::wchar>
;
88
}
__xtd_std_version.hpp
allocator.hpp
Contains xtd::collections::generic::helpers::allocator alias.
char16.hpp
Contains xtd::char16 type.
char32.hpp
Contains xtd::char32 type.
char8.hpp
Contains xtd::char8 type.
xtd::basic_string
Represents text as a sequence of character units.
Definition
basic_string.hpp:66
xtd::u8string
xtd::basic_string< xtd::char8 > u8string
Represents text as a sequence of UTF-8 code units.
Definition
__string_definitions.hpp:76
xtd::u32string
xtd::basic_string< xtd::char32 > u32string
Represents text as a sequence of UTF-32 code units.
Definition
__string_definitions.hpp:65
xtd::string
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition
__string_definitions.hpp:43
xtd::u16string
xtd::basic_string< xtd::char16 > u16string
Represents text as a sequence of UTF-16 code units.
Definition
__string_definitions.hpp:54
xtd::wstring
xtd::basic_string< xtd::wchar > wstring
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows syste...
Definition
__string_definitions.hpp:87
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
wchar.hpp
Contains xtd::wchar type.
Generated on
for xtd by
Gammasoft
. All rights reserved.