Public Member Functions | |
TimerTests () | |
virtual bool | RunTests (void) |
void | bazi (int) |
void | baz2i (int, int) |
void | baz3i (int, int, int) |
void | baz4i (int, int, int, int) |
void | baz5i (int, int, int, int, int) |
void | baz6i (int, int, int, int, int, int) |
void | bazcir (const int &) |
void | bazir (int &) |
void | bazip (int *) |
void | bazcip (const int *) |
Definition at line 199 of file timer.cc.
void ns3::TimerTests::baz2i | ( | int | , | |
int | ||||
) | [inline] |
Definition at line 205 of file timer.cc.
Referenced by RunTests().
void ns3::TimerTests::baz3i | ( | int | , | |
int | , | |||
int | ||||
) | [inline] |
Definition at line 206 of file timer.cc.
Referenced by RunTests().
void ns3::TimerTests::baz4i | ( | int | , | |
int | , | |||
int | , | |||
int | ||||
) | [inline] |
Definition at line 207 of file timer.cc.
Referenced by RunTests().
void ns3::TimerTests::baz5i | ( | int | , | |
int | , | |||
int | , | |||
int | , | |||
int | ||||
) | [inline] |
Definition at line 208 of file timer.cc.
Referenced by RunTests().
void ns3::TimerTests::baz6i | ( | int | , | |
int | , | |||
int | , | |||
int | , | |||
int | , | |||
int | ||||
) | [inline] |
void ns3::TimerTests::bazcir | ( | const int & | ) | [inline] |
Definition at line 210 of file timer.cc.
Referenced by RunTests().
void ns3::TimerTests::bazi | ( | int | ) | [inline] |
Definition at line 204 of file timer.cc.
Referenced by RunTests().
void ns3::TimerTests::bazir | ( | int & | ) | [inline] |
Definition at line 211 of file timer.cc.
Referenced by RunTests().
bool ns3::TimerTests::RunTests | ( | void | ) | [virtual] |
Implements ns3::Test.
Definition at line 221 of file timer.cc.
References anonymous_namespace{timer.cc}::bar2i(), anonymous_namespace{timer.cc}::bar3i(), anonymous_namespace{timer.cc}::bar4i(), anonymous_namespace{timer.cc}::bar5i(), anonymous_namespace{timer.cc}::barcir(), anonymous_namespace{timer.cc}::bari(), anonymous_namespace{timer.cc}::barir(), baz2i(), baz3i(), baz4i(), baz5i(), bazcir(), bazi(), bazir(), ns3::Timer::Cancel(), ns3::Simulator::Destroy(), ns3::Timer::EXPIRED, ns3::Timer::GetState(), ns3::Timer::IsExpired(), ns3::Timer::IsRunning(), ns3::Timer::IsSuspended(), NS_TEST_ASSERT, NS_TEST_ASSERT_EQUAL, ns3::Timer::Resume(), ns3::Simulator::Run(), ns3::Timer::RUNNING, ns3::Timer::Schedule(), ns3::Seconds(), ns3::Timer::SetArguments(), ns3::Timer::SetDelay(), ns3::Timer::SetFunction(), ns3::Timer::Suspend(), and ns3::Timer::SUSPENDED.