SNode.C
|
Namespaces | |
namespace | system |
Classes | |
class | AttributeProxy |
class | Config |
class | Daemon |
class | DaemonError |
class | DaemonFailure |
class | DaemonSignaled |
struct | fixed_string |
class | MultibleAttributeInjector |
class | PreserveErrno |
class | Random |
class | SHA1 |
class | SingleAttributeInjector |
class | Timeval |
class | Uuid |
Concepts | |
concept | InjectableAttribute |
Functions | |
std::vector< unsigned char > | sha1 (const std::string &string) |
static const std::shared_ptr< CLI::App > | makeApp () |
static void | createCommandLineOptions (std::stringstream &out, CLI::App *app, CLI::CallForCommandline::Mode mode) |
static std::string | createCommandLineOptions (CLI::App *app, CLI::CallForCommandline::Mode mode) |
static void | createCommandLineTemplate (std::stringstream &out, CLI::App *app, CLI::CallForCommandline::Mode mode) |
static std::string | createCommandLineSubcommands (CLI::App *app, CLI::CallForCommandline::Mode mode) |
static std::string | createCommandLineTemplate (CLI::App *app, CLI::CallForCommandline::Mode mode) |
static const std::shared_ptr< CLI::HelpFormatter > | makeSectionFormatter () |
std::string | hexDump (const std::vector< char > &bytes, int prefixLength, bool prefixAtFirstLine) |
std::string | hexDump (const std::string &string, int prefixLength, bool prefixAtFirstLine) |
std::string | hexDump (const char *bytes, uint64_t length, int prefixLength, bool prefixAtFirstLine) |
static std::vector< unsigned char > | transform_to_binary (const std::string &string) |
std::ostream & | operator<< (std::ostream &ostream, const utils::Timeval &timeVal) |
Timeval | operator* (double mul, const utils::Timeval &timeVal) |
template<unsigned N> | |
fixed_string (char const (&)[N]) -> fixed_string< N - 1 > | |
|
static |
Definition at line 467 of file Config.cpp.
|
static |
Definition at line 409 of file Config.cpp.
References CLI::CallForCommandline::DEFAULT.
|
static |
Definition at line 482 of file Config.cpp.
References CLI::CallForCommandline::DEFAULT.
|
static |
Definition at line 512 of file Config.cpp.
|
static |
Definition at line 497 of file Config.cpp.
utils::fixed_string | ( | char | const(&)[N] | ) | -> fixed_string< N - 1 > |
std::string utils::hexDump | ( | const char * | bytes, |
uint64_t | length, | ||
int | prefixLength = 0, | ||
bool | prefixAtFirstLine = false ) |
Definition at line 44 of file hexdump.cpp.
std::string utils::hexDump | ( | const std::string & | string, |
int | prefixLength = 0, | ||
bool | prefixAtFirstLine = false ) |
Definition at line 40 of file hexdump.cpp.
std::string utils::hexDump | ( | const std::vector< char > & | bytes, |
int | prefixLength = 0, | ||
bool | prefixAtFirstLine = false ) |
Definition at line 36 of file hexdump.cpp.
|
static |
Definition at line 71 of file Config.cpp.
References logger::Logger::init().
|
static |
Definition at line 633 of file Config.cpp.
Timeval utils::operator* | ( | double | mul, |
const utils::Timeval & | timeVal ) |
Definition at line 201 of file Timeval.cpp.
std::ostream & utils::operator<< | ( | std::ostream & | ostream, |
const utils::Timeval & | timeVal ) |
Definition at line 196 of file Timeval.cpp.
std::vector< unsigned char > utils::sha1 | ( | const std::string & | string | ) |
Definition at line 267 of file sha1.cpp.
|
static |
Definition at line 251 of file sha1.cpp.