|
ZNC trunk
|
#include <znc/zncconfig.h>#include <map>#include <set>#include <string>#include <vector>#include <sstream>#include <sys/types.h>#include <initializer_list>Go to the source code of this file.
Classes | |
| class | CString |
| String class that is used inside ZNC. More... | |
| class | MCString |
| A dictionary for strings. More... | |
| struct | std::hash< CString > |
| class | CInlineFormatMessage |
Namespaces | |
| namespace | std |
| STL namespace. | |
Macros | |
| #define | _SQL(s) |
| #define | _URL(s) |
| #define | _HTML(s) |
| #define | _NAMEDFMT(s) |
Typedefs | |
| typedef std::set< CString > | SCString |
| typedef std::vector< CString > | VCString |
| typedef std::vector< std::pair< CString, CString > > | VPair |
Enumerations | |
| enum class | CaseSensitivity { CaseInsensitive , CaseSensitive } |
| #define _HTML | ( | s | ) |
| #define _NAMEDFMT | ( | s | ) |
| #define _SQL | ( | s | ) |
| #define _URL | ( | s | ) |
|
strong |