![]() |
Public Member Functions | |
LobbyStatsRequest (const Common::JString &name=Common::JString(), nByte type=LobbyType::DEFAULT) | |
const Common::JString & | getName (void) const |
nByte | getType (void) const |
virtual Common::JString & | toString (Common::JString &retStr, bool withTypes=false) const |
![]() | |
virtual | ~Base (void) |
![]() | |
virtual | ~ToString (void) |
virtual JString | typeToString (void) const |
JString | toString (bool withTypes=false) const |
Additional Inherited Members | |
![]() | |
static void | setListener (const BaseListener *baseListener) |
static int | getDebugOutputLevel (void) |
static bool | setDebugOutputLevel (int debugLevel) |
static const LogFormatOptions & | getLogFormatOptions (void) |
static void | setLogFormatOptions (const LogFormatOptions &options) |
Passed to Client::opLobbyStats(). Each instance of this class holds the name and the type of a lobby for which the caller of Client::opLobbyStats() wants to request statistics.
LobbyStatsRequest | ( | const Common::JString & | name = Common::JString() , |
nByte | type = LobbyType::DEFAULT |
||
) |
Constructor: Creates a new instance with the specified parameters.
name | see setLobbyName() - optional, defaults to an empty JString instance. |
type | see setLobbyType() - optional, defaults to LobbyType::DEFAULT. Must be one of the values in LobbyType |
const JString & getName | ( | void | ) | const |
nByte getType | ( | void | ) | const |
|
virtual |
retStr | reference to a string, to store the return-value in; the information, which is generated by this function, will be attached at the end of any eventually existing previous content of the string |
withTypes | set to true, to include type information in the generated string |
Implements ToString.