ManaPlus
Public Member Functions
Net::FamilyHandler Class Referenceabstract

#include <familyhandler.h>

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

Public Member Functions

 FamilyHandler ()
 
virtual ~FamilyHandler ()
 
virtual void askForChild (const Being *const being) const =0
 
virtual void askForChildReply (const bool accept) const =0
 

Detailed Description

Definition at line 32 of file familyhandler.h.

Constructor & Destructor Documentation

◆ FamilyHandler()

Net::FamilyHandler::FamilyHandler ( )
inline

Definition at line 35 of file familyhandler.h.

36  { }

◆ ~FamilyHandler()

virtual Net::FamilyHandler::~FamilyHandler ( )
inlinevirtual

Reimplemented in TmwAthena::FamilyHandler, and EAthena::FamilyHandler.

Definition at line 40 of file familyhandler.h.

41  { }

Member Function Documentation

◆ askForChild()

virtual void Net::FamilyHandler::askForChild ( const Being *const  being) const
pure virtual

◆ askForChildReply()

virtual void Net::FamilyHandler::askForChildReply ( const bool  accept) const
pure virtual

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