A Discrete-Event Network Simulator
qkdnetsim_etsi_014 @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 (void)
 A public function. More...
 

Protected Member Functions

void ProtectedParent (void)
 A protected function. More...
 

Static Protected Member Functions

static void StaticProtectedParent (void)
 A static protected function. More...
 

Private Member Functions

void PrivateParent (void)
 A private function. More...
 

Detailed Description

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

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

Member Function Documentation

◆ PrivateParent()

void CallbackTestParent::PrivateParent ( void  )
inlineprivate

A private function.

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

◆ ProtectedParent()

void CallbackTestParent::ProtectedParent ( void  )
inlineprotected

A protected function.

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

Referenced by CallbackTestClass::CheckParentalRights().

+ Here is the caller graph for this function:

◆ PublicParent()

void CallbackTestParent::PublicParent ( void  )
inline

A public function.

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

Referenced by CallbackTestClass::CheckParentalRights().

+ Here is the caller graph for this function:

◆ StaticProtectedParent()

static void CallbackTestParent::StaticProtectedParent ( void  )
inlinestaticprotected

A static protected function.

Definition at line 806 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: