ManaPlus
Public Member Functions
TmwAthena::FamilyHandler Class Reference

#include <familyhandler.h>

Inheritance diagram for TmwAthena::FamilyHandler:
Net::FamilyHandler

Public Member Functions

 FamilyHandler ()
 
 ~FamilyHandler ()
 
void askForChild (const Being *const being) const
 
void askForChildReply (const bool accept) const
 
- Public Member Functions inherited from Net::FamilyHandler
 FamilyHandler ()
 

Detailed Description

Definition at line 30 of file familyhandler.h.

Constructor & Destructor Documentation

◆ FamilyHandler()

TmwAthena::FamilyHandler::FamilyHandler ( )

Definition at line 29 of file familyhandler.cpp.

29  :
31 {
32  familyHandler = this;
33 }
Net::FamilyHandler * familyHandler
Definition: net.cpp:110

References familyHandler.

◆ ~FamilyHandler()

TmwAthena::FamilyHandler::~FamilyHandler ( )
virtual

Reimplemented from Net::FamilyHandler.

Definition at line 35 of file familyhandler.cpp.

36 {
37  familyHandler = nullptr;
38 }

References familyHandler.

Member Function Documentation

◆ askForChild()

void TmwAthena::FamilyHandler::askForChild ( const Being *const  being) const
virtual

Implements Net::FamilyHandler.

Definition at line 40 of file familyhandler.cpp.

41 {
42 }

◆ askForChildReply()

void TmwAthena::FamilyHandler::askForChildReply ( const bool  accept) const
virtual

Implements Net::FamilyHandler.

Definition at line 44 of file familyhandler.cpp.

45 {
46 }

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