ROOT
master
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
8
namespace
Cppyy
{
9
10
namespace
Reflex {
11
12
typedef
int
RequestId_t
;
13
14
const
RequestId_t
IS_NAMESPACE
= 1;
15
const
RequestId_t
IS_AGGREGATE
= 2;
16
17
const
RequestId_t
OFFSET
= 16;
18
const
RequestId_t
RETURN_TYPE
= 17;
19
const
RequestId_t
TYPE
= 18;
20
21
typedef
int
FormatId_t
;
22
const
FormatId_t
OPTIMAL
= 1;
23
const
FormatId_t
AS_TYPE
= 2;
24
const
FormatId_t
AS_STRING
= 3;
25
26
}
// namespace Reflex
27
28
}
// namespace Cppyy
29
30
#endif
// !CPYCPPYY_REFLEX_H
int
Cppyy::Reflex::TYPE
const RequestId_t TYPE
Definition
Reflex.h:19
Cppyy::Reflex::IS_AGGREGATE
const RequestId_t IS_AGGREGATE
Definition
Reflex.h:15
Cppyy::Reflex::FormatId_t
int FormatId_t
Definition
Reflex.h:21
Cppyy::Reflex::RETURN_TYPE
const RequestId_t RETURN_TYPE
Definition
Reflex.h:18
Cppyy::Reflex::AS_STRING
const FormatId_t AS_STRING
Definition
Reflex.h:24
Cppyy::Reflex::OPTIMAL
const FormatId_t OPTIMAL
Definition
Reflex.h:22
Cppyy::Reflex::IS_NAMESPACE
const RequestId_t IS_NAMESPACE
Definition
Reflex.h:14
Cppyy::Reflex::OFFSET
const RequestId_t OFFSET
Definition
Reflex.h:17
Cppyy::Reflex::AS_TYPE
const FormatId_t AS_TYPE
Definition
Reflex.h:23
Cppyy::Reflex::RequestId_t
int RequestId_t
Definition
Reflex.h:12
Cppyy
Definition
cpp_cppyy.h:17
bindings
pyroot
cppyy
CPyCppyy
include
CPyCppyy
Reflex.h
ROOT master - Reference Guide Generated on Tue Dec 3 2024 09:32:37 (GVA Time) using Doxygen 1.9.8