LibGimbal
1.0.0
Ultimate C17/C++20 Cross-Language Runtime Framework and Meta Type System
gimbal_object.hpp
1
#ifndef GIMBAL_OBJECT_HPP
2
#define GIMBAL_OBJECT_HPP
3
4
#include "../meta/gimbal_instance.hpp"
5
#include "
gimbal_object.h
"
6
7
namespace
gimbal {
8
9
template
<
typename
CRTP>
10
class
ObjectBase
: InstanceBase<CRTP> {
11
12
13
};
14
15
class
Object
:
public
ObjectBase
<Object> {
16
private
:
17
18
19
Object
(
void
) =
delete
;
20
21
22
};
23
24
25
26
27
}
28
29
#endif // GIMBAL_OBJECT_HPP
gimbal::Object
Definition:
gimbal_object.hpp:15
gimbal_object.h
brief file description
gimbal::ObjectBase
Definition:
gimbal_object.hpp:10
lib
api
gimbal
objects
gimbal_object.hpp
Generated by
1.8.17