xtd 0.2.0
abstract.h
Go to the documentation of this file.
1 #pragma once
5 #include "abstract_object.h"
6 
8 namespace xtd {
23  #define abstract_ \
24  : public abstract_object
25 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::abstract_object class.