Guitarix
|
Public Member Functions | |
ClientPortList (const char *p) | |
void | add (const char *p) |
bool | sameclient (const char *p) |
string | clientname () |
Public Attributes | |
const char * | client |
int | len |
list< const char * > | ports |
Definition at line 56 of file gx_portmap.cpp.
|
explicit |
Definition at line 66 of file gx_portmap.cpp.
|
inline |
Definition at line 64 of file gx_portmap.cpp.
Referenced by gx_portmap::ClientList::ClientList().
|
inline |
Definition at line 66 of file gx_portmap.cpp.
|
inline |
Definition at line 65 of file gx_portmap.cpp.
Referenced by gx_portmap::ClientList::ClientList().
const char* gx_portmap::ClientPortList::client |
Definition at line 60 of file gx_portmap.cpp.
Referenced by ClientPortList().
int gx_portmap::ClientPortList::len |
Definition at line 61 of file gx_portmap.cpp.
Referenced by add(), and ClientPortList().
list<const char*> gx_portmap::ClientPortList::ports |
Definition at line 62 of file gx_portmap.cpp.
Referenced by add().