ROOT
Version v6.32
master
v6.36
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
▼
cling
▼
tests
►
test_cppyy_backend.h
►
clingwrapper
►
CPyCppyy
►
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
test_cppyy_backend.h
Go to the documentation of this file.
1
2
namespace
Outer
3
{
4
class
Inner
5
{
6
public
:
7
Inner
();
8
void
fn1
(
int
arg);
9
};
10
11
template
<
typename
T,
int
U>
12
class
Template
13
{
14
public
:
15
Template
();
16
};
17
18
/**
19
* Simple specialisation.
20
*/
21
template
<>
22
class
Template
<
Inner
, 1>
23
{
24
public
:
25
Template
();
26
};
27
28
/**
29
* Complex specialisation.
30
*/
31
template
<>
32
class
Template
<
Template
<
Inner
, 2>, 1>
33
{
34
public
:
35
Template
();
36
};
37
38
/**
39
* Simply templated function.
40
*/
41
template
<
typename
T,
int
U>
42
void
doit
(
Template<T,U>
arg);
43
44
/**
45
* Less-simply templated function.
46
*/
47
template
<
typename
T,
int
U>
48
void
doit
(
Template
<
Template<T,U>
,U> arg);
49
};
Outer::Inner
Definition
test_cppyy_backend.h:5
Outer::Inner::Inner
Inner()
Outer::Inner::fn1
void fn1(int arg)
Outer::Template< Inner, 1 >::Template
Template()
Outer::Template< Template< Inner, 2 >, 1 >::Template
Template()
Outer::Template
Definition
test_cppyy_backend.h:13
Outer::Template::Template
Template()
Outer
Definition
test_cppyy_backend.h:3
Outer::doit
void doit(Template< T, U > arg)
Simply templated function.
bindings
pyroot
cppyy
cppyy-backend
cling
tests
test_cppyy_backend.h
ROOT v6-32 - Reference Guide Generated on Sun Apr 20 2025 05:37:32 (GVA Time) using Doxygen 1.10.0