A Discrete-Event Network Simulator
API
anonymous_namespace{timer-test-suite.cc} Namespace Reference

Functions

void bar2i (int, int)
 Function with two int parameters. More...
 
void bar3i (int, int, int)
 Function with three int parameters. More...
 
void bar4i (int, int, int, int)
 Function with four int parameters. More...
 
void bar5i (int, int, int, int, int)
 Function with five int parameters. More...
 
void barcir (const int &)
 Function with one const int reference parameter. More...
 
void bari (int)
 Function with one int parameter. More...
 
void barir (int &)
 Function with one int reference parameter. More...
 

Function Documentation

◆ bar2i()

void anonymous_namespace{timer-test-suite.cc}::bar2i ( int  ,
int   
)

Function with two int parameters.

Definition at line 42 of file timer-test-suite.cc.

Referenced by TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ bar3i()

void anonymous_namespace{timer-test-suite.cc}::bar3i ( int  ,
int  ,
int   
)

Function with three int parameters.

Definition at line 44 of file timer-test-suite.cc.

Referenced by TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ bar4i()

void anonymous_namespace{timer-test-suite.cc}::bar4i ( int  ,
int  ,
int  ,
int   
)

Function with four int parameters.

Definition at line 46 of file timer-test-suite.cc.

Referenced by TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ bar5i()

void anonymous_namespace{timer-test-suite.cc}::bar5i ( int  ,
int  ,
int  ,
int  ,
int   
)

Function with five int parameters.

Definition at line 48 of file timer-test-suite.cc.

Referenced by TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ barcir()

void anonymous_namespace{timer-test-suite.cc}::barcir ( const int &  )

Function with one const int reference parameter.

Definition at line 50 of file timer-test-suite.cc.

Referenced by TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ bari()

void anonymous_namespace{timer-test-suite.cc}::bari ( int  )

Function with one int parameter.

Definition at line 40 of file timer-test-suite.cc.

Referenced by TimerStateTestCase::DoRun(), and TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ barir()

void anonymous_namespace{timer-test-suite.cc}::barir ( int &  )

Function with one int reference parameter.

Definition at line 52 of file timer-test-suite.cc.

Referenced by TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function: