Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetLobbyParam Class Reference

#include <NetLobby.h>

List of all members.

Public Member Functions

 NetLobbyParam (const char *n, const char *v)
int operator== (const NetLobbyParam &p) const

Static Public Member Functions

static const char * TYPENAME ()

Public Attributes

Text name
Text value

Detailed Description

Definition at line 157 of file NetLobby.h.


Constructor & Destructor Documentation

NetLobbyParam::NetLobbyParam ( const char *  n,
const char *  v 
)
inline

Definition at line 162 of file NetLobby.h.


Member Function Documentation

int NetLobbyParam::operator== ( const NetLobbyParam p) const
inline

Definition at line 164 of file NetLobby.h.

static const char* NetLobbyParam::TYPENAME ( )
inlinestatic

Definition at line 160 of file NetLobby.h.


Member Data Documentation

Text NetLobbyParam::name

Definition at line 166 of file NetLobby.h.

Text NetLobbyParam::value

Definition at line 167 of file NetLobby.h.


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