A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
CallbackTestParent Class Reference

Class used to check the capability of callbacks to call public, protected, and private functions. More...

+ Inheritance diagram for CallbackTestParent:

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.
 

Detailed Description

Class used to check the capability of callbacks to call public, protected, and private functions.

Definition at line 1050 of file callback-test-suite.cc.

Member Function Documentation

◆ PrivateParent()

void CallbackTestParent::PrivateParent ( )
inlineprivate

A private function.

Definition at line 1071 of file callback-test-suite.cc.

◆ ProtectedParent()

void CallbackTestParent::ProtectedParent ( )
inlineprotected

A protected function.

Definition at line 1060 of file callback-test-suite.cc.

Referenced by CallbackTestClass::CheckParentalRights().

+ Here is the caller graph for this function:

◆ PublicParent()

void CallbackTestParent::PublicParent ( )
inline

A public function.

Definition at line 1054 of file callback-test-suite.cc.

Referenced by CallbackTestClass::CheckParentalRights().

+ Here is the caller graph for this function:

◆ StaticProtectedParent()

static void CallbackTestParent::StaticProtectedParent ( )
inlinestaticprotected

A static protected function.

Definition at line 1065 of file callback-test-suite.cc.

Referenced by CallbackTestClass::CheckParentalRights().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: