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
public
:
30
~abstract_object
()
override
= 0;
32
33
protected
:
35
38
abstract_object
() =
default
;
40
};
41
58
#define abstract_object_ \
59
: xtd::abstract_object
60
}
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:44
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 Sun Aug 31 2025 20:45:31 for xtd by
Gammasoft
. All rights reserved.