ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
▼
bindings
▼
pyroot
▼
cppyy
►
cppyy
►
cppyy-backend
▼
CPyCppyy
▼
include
▼
CPyCppyy
►
API.h
►
CommonDefs.h
►
DispatchPtr.h
►
PyException.h
►
PyResult.h
►
Reflex.h
►
TPyArg.h
►
src
►
pythonizations
►
r
►
tpython
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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 v6-32 - Reference Guide Generated on Wed Apr 2 2025 08:24:18 (GVA Time) using Doxygen 1.10.0