xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
abstract_object.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
object.hpp
"
6
8
namespace
xtd
{
27
class
abstract_object
:
public
xtd::object
{
28
protected
:
30
33
abstract_object
() =
default
;
35
37
~abstract_object
()
override
=
default
;
39
};
40
57
#define abstract_object_ \
58
: xtd::abstract_object
59
}
xtd::abstract_object::abstract_object
abstract_object()=default
Initializes a new instance of the xtd::abstract_object class.
xtd::object
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition
object.hpp:45
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
object.hpp
Contains xtd::object class.
Generated on Fri Jan 23 2026 23:14:28 for xtd by
Gammasoft
. All rights reserved.