EnTT
3.15.0
Loading...
Searching...
No Matches
src
entt
meta
fwd.hpp
1
#ifndef ENTT_META_FWD_HPP
2
#define ENTT_META_FWD_HPP
3
4
namespace
entt
{
5
6
class
meta_sequence_container
;
7
8
class
meta_associative_container
;
9
10
class
meta_any
;
11
12
struct
meta_handle
;
13
14
struct
meta_custom
;
15
16
struct
meta_data
;
17
18
struct
meta_func
;
19
20
class
meta_type
;
21
22
}
// namespace entt
23
24
#endif
entt::meta_any
Opaque wrapper for values of any type.
Definition
meta.hpp:166
entt::meta_associative_container
Proxy object for associative containers.
Definition
meta.hpp:94
entt::meta_sequence_container
Proxy object for sequence containers.
Definition
meta.hpp:31
entt::meta_type
Opaque wrapper for types.
Definition
meta.hpp:1088
entt
EnTT default namespace.
Definition
dense_map.hpp:22
entt::meta_custom
Opaque wrapper for user defined data of any type.
Definition
meta.hpp:805
entt::meta_data
Opaque wrapper for data members.
Definition
meta.hpp:840
entt::meta_func
Opaque wrapper for member functions.
Definition
meta.hpp:963
entt::meta_handle
Opaque pointers to instances of any type.
Definition
meta.hpp:688
Generated by
1.13.2