Class used to check the capability of callbacks to call public, protected, and private functions. More...
Public Member Functions | |
void | PublicParent () |
A public function. | |
Protected Member Functions | |
void | ProtectedParent () |
A protected function. | |
Static Protected Member Functions | |
static void | StaticProtectedParent () |
A static protected function. | |
Private Member Functions | |
void | PrivateParent () |
A private function. | |
Class used to check the capability of callbacks to call public, protected, and private functions.
Definition at line 1039 of file callback-test-suite.cc.
|
inlineprivate |
A private function.
Definition at line 1060 of file callback-test-suite.cc.
|
inlineprotected |
A protected function.
Definition at line 1049 of file callback-test-suite.cc.
Referenced by CallbackTestClass::CheckParentalRights().
|
inline |
A public function.
Definition at line 1043 of file callback-test-suite.cc.
Referenced by CallbackTestClass::CheckParentalRights().
|
inlinestaticprotected |
A static protected function.
Definition at line 1054 of file callback-test-suite.cc.
Referenced by CallbackTestClass::CheckParentalRights().