Cuberite
A lightweight, fast and extensible game server for Minecraft
Private Member Functions | List of all members
cNullCommandOutputCallback Class Reference

Class that discards all command output. More...

#include <CommandOutput.h>

Inheritance diagram for cNullCommandOutputCallback:
Inheritance graph
[legend]
Collaboration diagram for cNullCommandOutputCallback:
Collaboration graph
[legend]

Private Member Functions

virtual void Out (const AString &a_Text) override
 Called when the command wants to output anything; may be called multiple times. More...
 

Additional Inherited Members

- Public Member Functions inherited from cCommandOutputCallback
virtual void Finished ()
 Called when the command processing has been finished. More...
 
void OutLn (const AString &aText)
 Outputs the specified text, plus a newline. More...
 
virtual ~cCommandOutputCallback ()
 

Detailed Description

Class that discards all command output.

Definition at line 39 of file CommandOutput.h.

Member Function Documentation

◆ Out()

virtual void cNullCommandOutputCallback::Out ( const AString a_Text)
inlineoverrideprivatevirtual

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

Implements cCommandOutputCallback.

Definition at line 43 of file CommandOutput.h.


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