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

Functions

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

Function Documentation

◆ bar2i()

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

Function with two int parameters.

Definition at line 29 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 31 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 33 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 35 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 37 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 27 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 39 of file timer-test-suite.cc.

Referenced by TimerTemplateTestCase::DoRun().

+ Here is the caller graph for this function: