Chatsync
bbffde5c0c672a526bdc83637acf66dc20a80fbf
|
#include <string>
#include <map>
#include <memory>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | config::config_error |
class | config::option_error |
class | config::ConfigOption |
class | config::ConfigParser |
Namespaces | |
channeling | |
config | |
config::strutil | |
Enumerations | |
enum | channeling::ChannelDirection { channeling::ChannelDirection::Input, channeling::ChannelDirection::Output, channeling::ChannelDirection::Bidirectional } |
Functions | |
bool | config::strutil::cipred (unsigned char a, unsigned char b) |
bool | config::strutil::cistrcmp (const std::string &a, const std::string &b) |
Variables | |
static const std::vector< std::string > | channeling::ChannelDirectionName |
static const std::string | config::configPrefixData = "data://" |
static const std::string | config::configPrefixFile = "file://" |