#include "ns3/test.h"#include "ns3/callback.h"#include <stdint.h>
Include dependency graph for callback-test-suite.cc:Go to the source code of this file.
Classes | |
| class | ns3::BasicCallbackTestCase |
| class | ns3::CallbackTestClass |
| class | ns3::CallbackTestParent |
| class | ns3::CallbackTestSuite |
| class | ns3::MakeBoundCallbackTestCase |
| class | ns3::MakeCallbackTemplatesTestCase |
| class | ns3::MakeCallbackTestCase |
| class | ns3::NullifyCallbackTestCase |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
| void | ns3::BasicCallbackTarget5 (void) |
| void | ns3::BasicCallbackTarget6 (int) |
| int | ns3::BasicCallbackTarget7 (int a) |
| void | ns3::MakeBoundCallbackTarget1 (int a) |
| void | ns3::MakeBoundCallbackTarget2 (bool *a) |
| int | ns3::MakeBoundCallbackTarget3 (bool *a, int b) |
| void | ns3::MakeCallbackTarget5 (void) |
| void | ns3::MakeCallbackTarget6 (int) |
| int | ns3::MakeCallbackTarget7 (int a) |
| void | ns3::TestFFive (int, int, int, int, int) |
| void | ns3::TestFFour (int, int, int, int) |
| void | ns3::TestFOne (int) |
| void | ns3::TestFRFive (int &, int &, int &, int &, int &) |
| void | ns3::TestFRFour (int &, int &, int &, int &) |
| void | ns3::TestFROne (int &) |
| void | ns3::TestFRSix (int &, int &, int &, int &, int &, int &) |
| void | ns3::TestFRThree (int &, int &, int &) |
| void | ns3::TestFRTwo (int &, int &) |
| void | ns3::TestFSix (int, int, int, int, int, int) |
| void | ns3::TestFThree (int, int, int) |
| void | ns3::TestFTwo (int, int) |
| void | ns3::TestFZero (void) |
Variables | |
| static CallbackTestSuite | ns3::CallbackTestSuite |
| static bool | ns3::gBasicCallbackTest5 |
| static bool | ns3::gBasicCallbackTest6 |
| static bool | ns3::gBasicCallbackTest7 |
| static int | ns3::gMakeBoundCallbackTest1 |
| static bool * | ns3::gMakeBoundCallbackTest2 |
| static bool * | ns3::gMakeBoundCallbackTest3a |
| static int | ns3::gMakeBoundCallbackTest3b |
| static bool | ns3::gMakeCallbackTest5 |
| static bool | ns3::gMakeCallbackTest6 |
| static bool | ns3::gMakeCallbackTest7 |