xtd 0.2.0
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "boolean.hpp"
6#include "byte.hpp"
7#include "char.hpp"
8#include "char16.hpp"
9#include "char32.hpp"
10#include "char8.hpp"
12#include "decimal.hpp"
13#include "delete_ptr.hpp"
14#include "delete_sptr.hpp"
15#include "delete_uptr.hpp"
16#include "double.hpp"
17#include "int16.hpp"
18#include "int32.hpp"
19#include "int64.hpp"
20#include "intptr.hpp"
21#include "new_ptr.hpp"
22#include "new_sptr.hpp"
23#include "new_uptr.hpp"
24#include "null.hpp"
25#include "ptr.hpp"
26#include "ptrdiff.hpp"
27#include "sbyte.hpp"
28#include "self.hpp"
29#include "single.hpp"
30#include "size.hpp"
31#include "slong.hpp"
32#include "sptr.hpp"
33#include "type.hpp"
34#include "uint16.hpp"
35#include "uint32.hpp"
36#include "uint64.hpp"
37#include "uintptr.hpp"
38#include "ulong.hpp"
39#include "uptr.hpp"
40#include "wchar.hpp"
41#include "wptr.hpp"
Contains xtd::boolean type.
Contains xtd::byte type.
Contains xtd::char16 type.
Contains xtd::char32 type.
Contains xtd::char8 type.
Contains xtd::char_ type.
Contains namespace aliases.
Contains xtd::decimal type.
Contains xtd::delete_ptr method.
Contains xtd::delete_sptr method.
Contains xtd::delete_uptr method.
Contains xtd::doule type.
Contains xtd::int16 type.
Contains xtd::int32 type.
Contains xtd::int64 type.
Contains xtd::intptr type.
Contains xtd::new_ptr method.
Contains xtd::new_sptr method.
Contains xtd::new_uptr method.
Contains xtd::null pointer valiue.
Contains xtd::ptr type.
Contains xtd::ptrdiff type.
Contains xtd::sbyte type.
Contains self_ keyword.
Contains xtd::single type.
Contains xtd::slong type.
Contains xtd::sptr type.
Contains xtd::type type.
Contains xtd::uint16 type.
Contains xtd::uint32 type.
Contains xtd::uint64 type.
Contains xtd::uintptr type.
Contains xtd::ulong type.
Contains xtd::uptr type.
Contains xtd::wchar type.
Contains xtd::wptr type.
Contains xtd::drawing::size class.