Derived class used to check the capability of callbacks to call public, protected, and private functions. More...
Public Member Functions | |
void | CheckParentalRights () |
Tries to make a callback to public and protected functions of a class. | |
void | TestZero () |
Test function - does nothing. | |
void | TestOne (int) |
Test function - does nothing. | |
void | TestTwo (int, int) |
Test function - does nothing. | |
void | TestThree (int, int, int) |
Test function - does nothing. | |
void | TestFour (int, int, int, int) |
Test function - does nothing. | |
void | TestFive (int, int, int, int, int) |
Test function - does nothing. | |
void | TestSix (int, int, int, int, int, int) |
Test function - does nothing. | |
void | TestCZero () const |
Test function - does nothing. | |
void | TestCOne (int) const |
Test function - does nothing. | |
void | TestCTwo (int, int) const |
Test function - does nothing. | |
void | TestCThree (int, int, int) const |
Test function - does nothing. | |
void | TestCFour (int, int, int, int) const |
Test function - does nothing. | |
void | TestCFive (int, int, int, int, int) const |
Test function - does nothing. | |
void | TestCSix (int, int, int, int, int, int) const |
Test function - does nothing. | |
Public Member Functions inherited from CallbackTestParent | |
void | PublicParent () |
A public function. | |
Additional Inherited Members | |
Protected Member Functions inherited from CallbackTestParent | |
void | ProtectedParent () |
A protected function. | |
Static Protected Member Functions inherited from CallbackTestParent | |
static void | StaticProtectedParent () |
A static protected function. | |
Derived class used to check the capability of callbacks to call public, protected, and private functions.
Definition at line 1071 of file callback-test-suite.cc.
|
inline |
Tries to make a callback to public and protected functions of a class.
Private are not tested because, as expected, the compilation fails.
Definition at line 1099 of file callback-test-suite.cc.
References ns3::MakeCallback(), CallbackTestParent::ProtectedParent(), CallbackTestParent::PublicParent(), and CallbackTestParent::StaticProtectedParent().
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1090 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1089 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1086 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1091 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1088 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1087 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1085 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1083 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1082 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1079 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1084 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1081 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1080 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().
|
inline |
Test function - does nothing.
Definition at line 1078 of file callback-test-suite.cc.
Referenced by MakeCallbackTemplatesTestCase::DoRun().