ZNC
trunk
|
std::basic_string< Char > | STL class |
std::string | STL class |
CString | String class that is used inside ZNC |
PString | |
CAuthBase | |
CClientAuth | |
CBlowfish | Does Blowfish w/64 bit feedback, no padding |
CBufLine | |
CChan | |
CConfig | |
CConfigEntry | |
CCron | This is the main cron job class |
CTimer | |
CFPTimer | |
CPerlTimer | |
CPyTimer | |
CDebug | |
CException | |
CFile | |
CGetAddrInfo | This function is a wrapper around getaddrinfo (for ipv6) |
CIRCNetwork | |
CListener | |
CMD5 | |
CModCommand | A helper class for handling commands in modules |
CModInfo | |
CModule | The base class for your own ZNC modules |
CPerlModule | |
CPyModule | |
CModulesIter | |
CNick | |
CPyRetBool | |
CPyRetString | |
CSCharBuffer | Ease of use self deleting char * class |
CSConnection | Options for creating a connection |
CSSSLConnection | |
CServer | |
CSListener | Options container to create a listener |
CSSSListener | |
CSmartPtr< T > | This is a standard reference counting pointer. Be careful not to have two of these point to the same raw pointer or one will be deleted while the other still thinks it is valid |
CSmartPtr< CAuthBase > | |
CSmartPtr< CTemplateOptions > | |
CSmartPtr< CTemplateTagHandler > | |
CSmartPtr< CWebSession > | |
CSMonitorFD | Class to tie sockets to for monitoring by Csocket at either the Csock or TSockManager |
CSockCommon | Simple class to share common code to both TSockManager and Csock |
Csock | Basic socket class |
CZNCSock | |
CClient | |
CExecSock | |
CIncomingConnection | |
CIRCSock | |
CRealListener | |
CSocket | Base Csock implementation to be used by modules |
CHTTPSock | |
CWebSock | |
CPerlSocket | |
CPySocket | |
CSocketManager | Best class to use to interact with the sockets |
TSocketManager< T > | Ease of use templated socket manager |
TSocketManager< CZNCSock > | |
CSockManager | |
CSSockAddr | Sockaddr wrapper |
CTemplateLoopContext | |
CTemplateOptions | |
CTemplateTagHandler | |
CZNCTagHandler | |
CUser | |
CUtils | |
CWebSession | |
CWebSubPage | |
CZNC | |
std::deque< T > | STL class |
CBuffer | |
std::ios_base | STL class |
std::basic_ios< Char > | STL class |
std::basic_ostream< Char > | STL class |
std::basic_ostringstream< Char > | STL class |
std::ostringstream | STL class |
CDebugStream | |
std::map< K, T > | STL class |
MCString | A dictionary for strings |
CTemplate | |
MCString_iter | |
md5_context | |
sha256_ctx | |
String | |
TCacheMap< K, V > | Insert an object with a time-to-live and check later if it still exists |
TCacheMap< CString > | |
TCacheMap< CString, CSmartPtr< CWebSession > > | |
CWebSessionMap | |
std::vector< T > | STL class |
CDir | |
CModules | |
CSocketManager | Best class to use to interact with the sockets |
CTable | Generate a grid-like output from a given input |