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 1044 of file callback-test-suite.cc.
      
  | 
  inlineprivate | 
A private function.
Definition at line 1065 of file callback-test-suite.cc.
      
  | 
  inlineprotected | 
A protected function.
Definition at line 1054 of file callback-test-suite.cc.
Referenced by CallbackTestClass::CheckParentalRights().
      
  | 
  inline | 
A public function.
Definition at line 1048 of file callback-test-suite.cc.
Referenced by CallbackTestClass::CheckParentalRights().
      
  | 
  inlinestaticprotected | 
A static protected function.
Definition at line 1059 of file callback-test-suite.cc.
Referenced by CallbackTestClass::CheckParentalRights().