Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Typedefs | Functions | Variables
T00.basic.hpp File Reference

Binder self-test file. Basic functionality. More...

Typedefs

using VoidP = void *
 

Functions

void foo ()
 
int foo_int (int)
 
int foo_int (int &)
 
int foo_int (int *)
 
float foo_float (float)
 
float foo_float (float &)
 
float foo_float (float *)
 
double foo_double (double)
 
double foo_double (double &)
 
double foo_double (double *)
 
VoidP foo_void_p (VoidP)
 
VoidP foo_void_p (VoidP const &)
 
VoidP foo_void_p (VoidP &)
 

Variables

int global_int
 
long global_long
 
unsigned int global_unsigned_int
 
unsigned long global_unsigned_long
 
float global_float
 
double global_double
 

Detailed Description

Binder self-test file. Basic functionality.

Author
Sergey Lyskov

Typedef Documentation

using VoidP = void *

Function Documentation

void foo ( )
double foo_double ( double  )
double foo_double ( double )
double foo_double ( double )
float foo_float ( float  )
float foo_float ( float )
float foo_float ( float )
int foo_int ( int  )
int foo_int ( int )
int foo_int ( int )
VoidP foo_void_p ( VoidP  )
VoidP foo_void_p ( VoidP const &  )
VoidP foo_void_p ( VoidP )

Variable Documentation

double global_double
float global_float
int global_int
long global_long
unsigned int global_unsigned_int
unsigned long global_unsigned_long