Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
lib::meta::test::anonymous_namespace{dummy-functions.hpp} Namespace Reference

Functions

void testFunc (int i, char c)
 
int returnIt ()
 

Variables

int _sum_ =0
 used to verify the effect of testFunc
 

Function Documentation

◆ testFunc()

void testFunc ( int  i,
char  c 
)

Definition at line 35 of file dummy-functions.hpp.

References _sum_.

◆ returnIt()

int returnIt ( )

Definition at line 41 of file dummy-functions.hpp.

References _sum_, and returnIt().

Referenced by returnIt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ _sum_

int _sum_ =0

used to verify the effect of testFunc

Definition at line 32 of file dummy-functions.hpp.

Referenced by returnIt(), and testFunc().