Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
Foo Class Reference

Definition at line 6 of file ExpClass.C.

Public Types

enum  Bla { FOO , BAR }
 

Public Member Functions

 Foo (double x_, double y_)
 
void bla (const Foo &other)
 
Fooclone ()
 

Public Attributes

double x
 
double y
 

Member Enumeration Documentation

◆ Bla

Enumerator
FOO 
BAR 

Definition at line 8 of file ExpClass.C.

Constructor & Destructor Documentation

◆ Foo()

Foo::Foo ( double x_,
double y_ )
inline

Definition at line 10 of file ExpClass.C.

Member Function Documentation

◆ bla()

void Foo::bla ( const Foo & other)
inline

Definition at line 18 of file ExpClass.C.

◆ clone()

Foo * Foo::clone ( )
inline

Definition at line 12 of file ExpClass.C.

Member Data Documentation

◆ x

double Foo::x

Definition at line 16 of file ExpClass.C.

◆ y

double Foo::y

Definition at line 16 of file ExpClass.C.

  • bindings/r/tests/ExpClass.C