|
ZNC trunk
|
#include <Server.h>
Public Member Functions | |
| CServer (const CString &sName, unsigned short uPort=6667, const CString &sPass="", bool bSSL=false, bool bUnixSocket=false) | |
| ~CServer () | |
| bool | operator== (const CServer &) const |
| bool | operator< (const CServer &) const |
| const CString & | GetName () const |
| unsigned short | GetPort () const |
| const CString & | GetPass () const |
| bool | IsSSL () const |
| bool | IsUnixSocket () const |
| CString | GetString (bool bIncludePassword=true) const |
Static Public Member Functions | |
| static CServer | Parse (CString sLine) |
| static bool | IsValidHostName (const CString &sHostName) |
Protected Attributes | |
| CString | m_sName |
| unsigned short | m_uPort |
| CString | m_sPass |
| bool | m_bSSL |
| bool | m_bUnixSocket |
| CServer::CServer | ( | const CString & | sName, |
| unsigned short | uPort = 6667, | ||
| const CString & | sPass = "", | ||
| bool | bSSL = false, | ||
| bool | bUnixSocket = false ) |
Referenced by operator<(), operator==(), and Parse().
| CServer::~CServer | ( | ) |
| const CString & CServer::GetName | ( | ) | const |
| const CString & CServer::GetPass | ( | ) | const |
| unsigned short CServer::GetPort | ( | ) | const |
| CString CServer::GetString | ( | bool | bIncludePassword = true | ) | const |
| bool CServer::IsSSL | ( | ) | const |
| bool CServer::IsUnixSocket | ( | ) | const |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |