#include "ns3/test.h"
#include "ns3/callback.h"
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | BasicCallbackTestCase |
class | CallbackTestClass |
class | CallbackTestParent |
class | CallbackTestSuite |
class | MakeBoundCallbackTestCase |
class | MakeCallbackTemplatesTestCase |
class | MakeCallbackTestCase |
class | NullifyCallbackTestCase |
Functions | |
void | BasicCallbackTarget5 (void) |
void | BasicCallbackTarget6 (int) |
int | BasicCallbackTarget7 (int a) |
void | MakeBoundCallbackTarget1 (int a) |
void | MakeBoundCallbackTarget2 (bool *a) |
int | MakeBoundCallbackTarget3 (bool *a, int b) |
void | MakeCallbackTarget5 (void) |
void | MakeCallbackTarget6 (int) |
int | MakeCallbackTarget7 (int a) |
void | TestFFive (int, int, int, int, int) |
void | TestFFour (int, int, int, int) |
void | TestFOne (int) |
void | TestFRFive (int &, int &, int &, int &, int &) |
void | TestFRFour (int &, int &, int &, int &) |
void | TestFROne (int &) |
void | TestFRSix (int &, int &, int &, int &, int &, int &) |
void | TestFRThree (int &, int &, int &) |
void | TestFRTwo (int &, int &) |
void | TestFSix (int, int, int, int, int, int) |
void | TestFThree (int, int, int) |
void | TestFTwo (int, int) |
void | TestFZero (void) |
Variables | |
static CallbackTestSuite | CallbackTestSuite |
static bool | gBasicCallbackTest5 |
static bool | gBasicCallbackTest6 |
static bool | gBasicCallbackTest7 |
static int | gMakeBoundCallbackTest1 |
static bool * | gMakeBoundCallbackTest2 |
static bool * | gMakeBoundCallbackTest3a |
static int | gMakeBoundCallbackTest3b |
static bool | gMakeCallbackTest5 |
static bool | gMakeCallbackTest6 |
static bool | gMakeCallbackTest7 |
void BasicCallbackTarget5 | ( | void | ) |
Definition at line 54 of file callback-test-suite.cc.
References gBasicCallbackTest5.
Referenced by BasicCallbackTestCase::DoRun().
void BasicCallbackTarget6 | ( | int | ) |
Definition at line 60 of file callback-test-suite.cc.
References gBasicCallbackTest6.
Referenced by BasicCallbackTestCase::DoRun().
int BasicCallbackTarget7 | ( | int | a | ) |
Definition at line 66 of file callback-test-suite.cc.
References gBasicCallbackTest7.
Referenced by BasicCallbackTestCase::DoRun().
void MakeBoundCallbackTarget1 | ( | int | a | ) |
Definition at line 305 of file callback-test-suite.cc.
References gMakeBoundCallbackTest1.
Referenced by MakeBoundCallbackTestCase::DoRun().
void MakeBoundCallbackTarget2 | ( | bool * | a | ) |
Definition at line 311 of file callback-test-suite.cc.
References gMakeBoundCallbackTest2.
Referenced by MakeBoundCallbackTestCase::DoRun().
int MakeBoundCallbackTarget3 | ( | bool * | a, |
int | b | ||
) |
Definition at line 317 of file callback-test-suite.cc.
References gMakeBoundCallbackTest3a, and gMakeBoundCallbackTest3b.
Referenced by MakeBoundCallbackTestCase::DoRun().
void MakeCallbackTarget5 | ( | void | ) |
Definition at line 184 of file callback-test-suite.cc.
References gMakeCallbackTest5.
Referenced by MakeCallbackTestCase::DoRun().
void MakeCallbackTarget6 | ( | int | ) |
Definition at line 190 of file callback-test-suite.cc.
References gMakeCallbackTest6.
Referenced by MakeCallbackTestCase::DoRun().
int MakeCallbackTarget7 | ( | int | a | ) |
Definition at line 196 of file callback-test-suite.cc.
References gMakeCallbackTest7.
Referenced by MakeCallbackTestCase::DoRun().
void TestFFive | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
int | |||
) |
Definition at line 451 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFFour | ( | int | , |
int | , | ||
int | , | ||
int | |||
) |
Definition at line 450 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFOne | ( | int | ) |
Definition at line 447 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFRFive | ( | int & | , |
int & | , | ||
int & | , | ||
int & | , | ||
int & | |||
) |
Definition at line 458 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFRFour | ( | int & | , |
int & | , | ||
int & | , | ||
int & | |||
) |
Definition at line 457 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFROne | ( | int & | ) |
Definition at line 454 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFRSix | ( | int & | , |
int & | , | ||
int & | , | ||
int & | , | ||
int & | , | ||
int & | |||
) |
Definition at line 459 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFRThree | ( | int & | , |
int & | , | ||
int & | |||
) |
Definition at line 456 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFRTwo | ( | int & | , |
int & | |||
) |
Definition at line 455 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFSix | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
int | , | ||
int | |||
) |
Definition at line 452 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFThree | ( | int | , |
int | , | ||
int | |||
) |
Definition at line 449 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFTwo | ( | int | , |
int | |||
) |
Definition at line 448 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
void TestFZero | ( | void | ) |
Definition at line 446 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
Definition at line 578 of file callback-test-suite.cc.
|
static |
Definition at line 49 of file callback-test-suite.cc.
Referenced by BasicCallbackTarget5(), BasicCallbackTestCase::DoRun(), and BasicCallbackTestCase::DoSetup().
|
static |
Definition at line 50 of file callback-test-suite.cc.
Referenced by BasicCallbackTarget6(), BasicCallbackTestCase::DoRun(), and BasicCallbackTestCase::DoSetup().
|
static |
Definition at line 51 of file callback-test-suite.cc.
Referenced by BasicCallbackTarget7(), BasicCallbackTestCase::DoRun(), and BasicCallbackTestCase::DoSetup().
|
static |
Definition at line 299 of file callback-test-suite.cc.
Referenced by MakeBoundCallbackTestCase::DoRun(), MakeBoundCallbackTestCase::DoSetup(), and MakeBoundCallbackTarget1().
|
static |
Definition at line 300 of file callback-test-suite.cc.
Referenced by MakeBoundCallbackTestCase::DoRun(), MakeBoundCallbackTestCase::DoSetup(), and MakeBoundCallbackTarget2().
|
static |
Definition at line 301 of file callback-test-suite.cc.
Referenced by MakeBoundCallbackTestCase::DoRun(), MakeBoundCallbackTestCase::DoSetup(), and MakeBoundCallbackTarget3().
|
static |
Definition at line 302 of file callback-test-suite.cc.
Referenced by MakeBoundCallbackTestCase::DoRun(), MakeBoundCallbackTestCase::DoSetup(), and MakeBoundCallbackTarget3().
|
static |
Definition at line 179 of file callback-test-suite.cc.
Referenced by MakeCallbackTestCase::DoRun(), MakeCallbackTestCase::DoSetup(), and MakeCallbackTarget5().
|
static |
Definition at line 180 of file callback-test-suite.cc.
Referenced by MakeCallbackTestCase::DoRun(), MakeCallbackTestCase::DoSetup(), and MakeCallbackTarget6().
|
static |
Definition at line 181 of file callback-test-suite.cc.
Referenced by MakeCallbackTestCase::DoRun(), MakeCallbackTestCase::DoSetup(), and MakeCallbackTarget7().