Rosetta
Namespaces | Typedefs | Functions | Variables
T00.basic.hpp File Reference

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

Namespaces

 global
 
 nonlocal
 

Typedefs

using VoidP = void *
 

Functions

void foo ()
 
int foo_char (char)
 
int foo_char (char &)
 
int foo_char (char *)
 
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 &)
 
void global::foo ()
 
void nonlocal::foo ()
 

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

◆ VoidP

using VoidP = void *

Function Documentation

◆ foo()

void foo ( )

◆ foo_char() [1/3]

int foo_char ( char &  )

◆ foo_char() [2/3]

int foo_char ( char *  )

◆ foo_char() [3/3]

int foo_char ( char  )

Referenced by bind_T00_basic().

◆ foo_double() [1/3]

double foo_double ( double )

◆ foo_double() [2/3]

double foo_double ( double )

◆ foo_double() [3/3]

double foo_double ( double  )

Referenced by bind_T00_basic().

◆ foo_float() [1/3]

float foo_float ( float &  )

◆ foo_float() [2/3]

float foo_float ( float *  )

◆ foo_float() [3/3]

float foo_float ( float  )

Referenced by bind_T00_basic().

◆ foo_int() [1/3]

int foo_int ( int &  )

◆ foo_int() [2/3]

int foo_int ( int *  )

◆ foo_int() [3/3]

int foo_int ( int  )

Referenced by bind_T00_basic().

◆ foo_void_p() [1/3]

VoidP foo_void_p ( VoidP )

◆ foo_void_p() [2/3]

VoidP foo_void_p ( VoidP const &  )

◆ foo_void_p() [3/3]

VoidP foo_void_p ( VoidP  )

Referenced by bind_T00_basic().

Variable Documentation

◆ global_double

double global_double

◆ global_float

float global_float

◆ global_int

int global_int

◆ global_long

long global_long

◆ global_unsigned_int

unsigned int global_unsigned_int

◆ global_unsigned_long

unsigned long global_unsigned_long