A Discrete-Event Network Simulator
API
CallbackTestParent Class Reference
+ Inheritance diagram for CallbackTestParent:

Public Member Functions

void PublicParent (void)
 

Protected Member Functions

void ProtectedParent (void)
 

Static Protected Member Functions

static void StaticProtectedParent (void)
 

Private Member Functions

void PrivateParent (void)
 

Detailed Description

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

Member Function Documentation

void CallbackTestParent::PrivateParent ( void  )
inlineprivate

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

void CallbackTestParent::ProtectedParent ( void  )
inlineprotected

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

Referenced by CallbackTestClass::CheckParentalRights().

+ Here is the caller graph for this function:

void CallbackTestParent::PublicParent ( void  )
inline

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

Referenced by CallbackTestClass::CheckParentalRights().

+ Here is the caller graph for this function:

static void CallbackTestParent::StaticProtectedParent ( void  )
inlinestaticprotected

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