ifw
0.0.1-dev
|
Namespace containing utility functions/static classes used internally. More...
Namespaces | |
bitwise | |
Bitwise operations for C++11 strong enum class. This casts e into Flag_T and returns value after bitwise operation Use these function as. | |
Classes | |
class | File |
class | Str |
String utilities helper class used internally. You should not use it. More... | |
class | OS |
Operating System helper static class used internally. You should not use it. More... | |
class | DateTime |
Contains utilities for cross-platform date/time. This class make use of el::base::utils::Str. More... | |
class | CommandLineArgs |
Command line arguments for application if specified using el::Helpers::setArgs(..) or START_EASYLOGGINGPP(..) More... | |
class | AbstractRegistry |
Abstract registry (aka repository) that provides basic interface for pointer repository specified by T_Ptr type. More... | |
class | Registry |
A pointer registry mechanism to manage memory and provide search functionalities. (non-predicate version) More... | |
class | RegistryWithPred |
A pointer registry mechanism to manage memory and provide search functionalities. (predicate version) More... | |
Variables | |
std::string | s_currentUser |
std::string | s_currentHost |
bool | s_termSupportsColor |
Namespace containing utility functions/static classes used internally.
std::string el::base::utils::s_currentHost |
std::string el::base::utils::s_currentUser |
bool el::base::utils::s_termSupportsColor |