Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
cLogger::cAttachment Class Reference

#include <Logger.h>

Collaboration diagram for cLogger::cAttachment:
Collaboration graph
[legend]

Public Member Functions

 cAttachment ()
 
 cAttachment (cAttachment &&a_other)
 
cAttachmentoperator= (cAttachment &&a_other)
 
 ~cAttachment ()
 

Private Member Functions

 cAttachment (cListener *a_listener)
 

Private Attributes

cListenerm_listener
 

Friends

class cLogger
 

Detailed Description

Definition at line 17 of file Logger.h.

Constructor & Destructor Documentation

◆ cAttachment() [1/3]

cLogger::cAttachment::cAttachment ( )
inline

Definition at line 21 of file Logger.h.

◆ cAttachment() [2/3]

cLogger::cAttachment::cAttachment ( cAttachment &&  a_other)
inline

Definition at line 22 of file Logger.h.

◆ ~cAttachment()

cLogger::cAttachment::~cAttachment ( )
inline

Definition at line 28 of file Logger.h.

◆ cAttachment() [3/3]

cLogger::cAttachment::cAttachment ( cListener a_listener)
inlineprivate

Definition at line 49 of file Logger.h.

Member Function Documentation

◆ operator=()

cAttachment& cLogger::cAttachment::operator= ( cAttachment &&  a_other)
inline

Definition at line 36 of file Logger.h.

Friends And Related Function Documentation

◆ cLogger

friend class cLogger
friend

Definition at line 47 of file Logger.h.

Member Data Documentation

◆ m_listener

cListener* cLogger::cAttachment::m_listener
private

Definition at line 45 of file Logger.h.


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