Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Protected Attributes | List of all members
cRCONCommandOutput Class Reference
Inheritance diagram for cRCONCommandOutput:
Inheritance graph
[legend]
Collaboration diagram for cRCONCommandOutput:
Collaboration graph
[legend]

Public Member Functions

 cRCONCommandOutput (cRCONServer::cConnection &a_Connection, UInt32 a_RequestID)
 
virtual void Finished (void) override
 Called when the command processing has been finished. More...
 
virtual void Out (const AString &a_Text) override
 Called when the command wants to output anything; may be called multiple times. More...
 
- Public Member Functions inherited from cCommandOutputCallback
void OutLn (const AString &aText)
 Outputs the specified text, plus a newline. More...
 
virtual ~cCommandOutputCallback ()
 

Protected Attributes

AString m_Buffer
 
cRCONServer::cConnectionm_Connection
 
UInt32 m_RequestID
 

Detailed Description

Definition at line 81 of file RCONServer.cpp.

Constructor & Destructor Documentation

◆ cRCONCommandOutput()

cRCONCommandOutput::cRCONCommandOutput ( cRCONServer::cConnection a_Connection,
UInt32  a_RequestID 
)
inline

Definition at line 85 of file RCONServer.cpp.

Member Function Documentation

◆ Finished()

virtual void cRCONCommandOutput::Finished ( void  )
inlineoverridevirtual

Called when the command processing has been finished.

Reimplemented from cCommandOutputCallback.

Definition at line 97 of file RCONServer.cpp.

◆ Out()

virtual void cRCONCommandOutput::Out ( const AString a_Text)
inlineoverridevirtual

Called when the command wants to output anything; may be called multiple times.

Implements cCommandOutputCallback.

Definition at line 92 of file RCONServer.cpp.

Member Data Documentation

◆ m_Buffer

AString cRCONCommandOutput::m_Buffer
protected

Definition at line 106 of file RCONServer.cpp.

◆ m_Connection

cRCONServer::cConnection& cRCONCommandOutput::m_Connection
protected

Definition at line 104 of file RCONServer.cpp.

◆ m_RequestID

UInt32 cRCONCommandOutput::m_RequestID
protected

Definition at line 105 of file RCONServer.cpp.


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