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