List of all members | Public Member Functions | Private Attributes
ns3::Mother Class Reference

Public Member Functions

ChildGetChild ()
 
const ChildGetChild () const
 
bool HasChild () const
 
void MakeChild ()
 

Private Attributes

utl::ShadowPtr< ChildfChild
 

Detailed Description

Definition at line 116 of file testShadowPtr.cc.

Member Function Documentation

Child& ns3::Mother::GetChild ( )
inline

Definition at line 121 of file testShadowPtr.cc.

Referenced by testShadowPtr::testCloning().

const Child& ns3::Mother::GetChild ( ) const
inline

Definition at line 122 of file testShadowPtr.cc.

bool ns3::Mother::HasChild ( ) const
inline

Definition at line 119 of file testShadowPtr.cc.

Referenced by testShadowPtr::testCloning().

void ns3::Mother::MakeChild ( )
inline

Definition at line 120 of file testShadowPtr.cc.

Referenced by testShadowPtr::testCloning().

Member Data Documentation

utl::ShadowPtr<Child> ns3::Mother::fChild
private

Definition at line 125 of file testShadowPtr.cc.


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

, generated on Tue Sep 26 2023.