Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Reflex.h
Go to the documentation of this file.
1#ifndef CPYCPPYY_REFLEX_H
2#define CPYCPPYY_REFLEX_H
3
4//
5// Access to the C++ reflection information
6//
7
8namespace Cppyy {
9
10namespace Reflex {
11
12typedef int RequestId_t;
13
15
18const RequestId_t TYPE = 4;
19
20typedef int FormatId_t;
24
25} // namespace Reflex
26
27} // namespace Cppyy
28
29#endif // !CPYCPPYY_REFLEX_H
const RequestId_t TYPE
Definition Reflex.h:18
int FormatId_t
Definition Reflex.h:20
const RequestId_t RETURN_TYPE
Definition Reflex.h:17
const FormatId_t AS_STRING
Definition Reflex.h:23
const FormatId_t OPTIMAL
Definition Reflex.h:21
const RequestId_t IS_NAMESPACE
Definition Reflex.h:14
const RequestId_t OFFSET
Definition Reflex.h:16
const FormatId_t AS_TYPE
Definition Reflex.h:22
int RequestId_t
Definition Reflex.h:12