xtd 0.2.0
Loading...
Searching...
No Matches
abstract_object.h
Go to the documentation of this file.
1
4#pragma once
5#include "object.h"
6
8namespace xtd {
26 public:
28 ~abstract_object() override = 0;
30
31 protected:
33
36 abstract_object() = default;
38 };
39
54 #define abstract_object_ \
55 : xtd::abstract_object
56}
Represent an abstract class.
Definition abstract_object.h:25
abstract_object()=default
Initializes a new instance of the xtd::abstract_object class.
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:32
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::object class.