ROOT
git-r3/HEAD
Reference Guide
Loading...
Searching...
No Matches
cpp2pythonExample.h
Go to the documentation of this file.
1
#include "stdio.h"
2
3
class
A
{
4
public
:
5
A
(
int
i):
m_i
(i){}
6
int
getI
()
const
{
return
m_i
;}
7
private
:
8
int
m_i
=0;
9
};
10
11
void
printA
(
const
A
&
a
){
12
printf
(
"The value of A instance is %i.\n"
,
a
.getI());
13
}
a
#define a(i)
Definition
RSha256.hxx:99
A
Definition
cpp2pythonExample.h:3
A::m_i
int m_i
Definition
cpp2pythonExample.h:8
A::getI
int getI() const
Definition
cpp2pythonExample.h:6
A::A
A(int i)
Definition
cpp2pythonExample.h:5
printA
void printA(const A &a)
Definition
cpp2pythonExample.h:11
printf
printf("Client 0: bytes recv = %d, bytes sent = %d\n", s0->GetBytesRecv(), s0->GetBytesSent())
documentation
primer
macros
cpp2pythonExample.h
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1