Guitarix
gx_portmap::ClientPortList Struct Reference
Collaboration diagram for gx_portmap::ClientPortList:

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
 

Detailed Description

Definition at line 57 of file gx_portmap.cpp.

Constructor & Destructor Documentation

◆ ClientPortList()

gx_portmap::ClientPortList::ClientPortList ( const char *  p)
explicit

Definition at line 67 of file gx_portmap.cpp.

Referenced by gx_portmap::ClientList::ClientList().

Member Function Documentation

◆ add()

void gx_portmap::ClientPortList::add ( const char *  p)
inline

Definition at line 62 of file gx_portmap.cpp.

Referenced by gx_portmap::ClientList::ClientList().

◆ clientname()

string gx_portmap::ClientPortList::clientname ( )
inline

Definition at line 64 of file gx_portmap.cpp.

Referenced by gx_portmap::getnumber().

◆ sameclient()

bool gx_portmap::ClientPortList::sameclient ( const char *  p)
inline

Definition at line 63 of file gx_portmap.cpp.

Referenced by gx_portmap::ClientList::ClientList().

Member Data Documentation

◆ client

const char* gx_portmap::ClientPortList::client

Definition at line 58 of file gx_portmap.cpp.

Referenced by ClientPortList().

◆ len

int gx_portmap::ClientPortList::len

Definition at line 59 of file gx_portmap.cpp.

Referenced by ClientPortList().

◆ ports

list<const char*> gx_portmap::ClientPortList::ports

Definition at line 60 of file gx_portmap.cpp.

Referenced by gx_portmap::getnumber().


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