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 26 of file Logger.h.

Constructor & Destructor Documentation

cLogger::cAttachment::cAttachment ( )
inline

Definition at line 30 of file Logger.h.

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

Definition at line 31 of file Logger.h.

cLogger::cAttachment::~cAttachment ( )
inline

Definition at line 37 of file Logger.h.

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

Definition at line 58 of file Logger.h.

Member Function Documentation

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

Definition at line 45 of file Logger.h.

Friends And Related Function Documentation

friend class cLogger
friend

Definition at line 56 of file Logger.h.

Member Data Documentation

cListener* cLogger::cAttachment::m_listener
private

Definition at line 54 of file Logger.h.


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