libfoedus-core
FOEDUS Core Library
|
This is the complete list of members for foedus::debugging::DebuggingOptions, including all inherited members.
add_child_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const Externalizable &child) | foedus::externalize::Externalizable | static |
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, T value) | foedus::externalize::Externalizable | static |
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const assorted::FixedString< MAXLEN, CHAR > &value) | foedus::externalize::Externalizable | inlinestatic |
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const std::vector< T > &value) | foedus::externalize::Externalizable | inlinestatic |
add_enum_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, ENUM value) | foedus::externalize::Externalizable | inlinestatic |
append_comment(tinyxml2::XMLElement *parent, const std::string &comment) | foedus::externalize::Externalizable | static |
assign(const foedus::externalize::Externalizable *other) override | foedus::debugging::DebuggingOptions | inlinevirtual |
create_element(tinyxml2::XMLElement *parent, const std::string &name, tinyxml2::XMLElement **out) | foedus::externalize::Externalizable | static |
debug_log_dir_ | foedus::debugging::DebuggingOptions | |
debug_log_min_threshold_ | foedus::debugging::DebuggingOptions | |
debug_log_stderr_threshold_ | foedus::debugging::DebuggingOptions | |
debug_log_to_stderr_ | foedus::debugging::DebuggingOptions | |
DebuggingOptions() | foedus::debugging::DebuggingOptions | |
DebugLogLevel enum name | foedus::debugging::DebuggingOptions | |
get_child_element(tinyxml2::XMLElement *parent, const std::string &tag, Externalizable *child, bool optional=false) | foedus::externalize::Externalizable | static |
get_element(tinyxml2::XMLElement *parent, const std::string &tag, T *out, bool optional=false, T value=0) | foedus::externalize::Externalizable | static |
get_element(tinyxml2::XMLElement *parent, const std::string &tag, std::string *out, bool optional=false, const char *value="") | foedus::externalize::Externalizable | static |
get_element(tinyxml2::XMLElement *parent, const std::string &tag, assorted::FixedString< MAXLEN, CHAR > *out, bool optional=false, const assorted::FixedString< MAXLEN, CHAR > &value=assorted::FixedString< MAXLEN, CHAR >()) | foedus::externalize::Externalizable | inlinestatic |
get_element(tinyxml2::XMLElement *parent, const std::string &tag, std::vector< T > *out, bool optional=false) | foedus::externalize::Externalizable | static |
get_enum_element(tinyxml2::XMLElement *parent, const std::string &tag, ENUM *out, bool optional=false, ENUM default_value=static_cast< ENUM >(0)) | foedus::externalize::Externalizable | inlinestatic |
get_tag_name() const override | foedus::debugging::DebuggingOptions | inlinevirtual |
insert_comment(tinyxml2::XMLElement *element, const std::string &comment) | foedus::externalize::Externalizable | static |
kDebugLogError enum value | foedus::debugging::DebuggingOptions | |
kDebugLogFatal enum value | foedus::debugging::DebuggingOptions | |
kDebugLogInfo enum value | foedus::debugging::DebuggingOptions | |
kDebugLogWarning enum value | foedus::debugging::DebuggingOptions | |
load(tinyxml2::XMLElement *element) override | foedus::debugging::DebuggingOptions | virtual |
load_from_file(const fs::Path &path) | foedus::externalize::Externalizable | |
load_from_string(const std::string &xml) | foedus::externalize::Externalizable | |
operator<<(std::ostream &o, const DebuggingOptions &v) | foedus::debugging::DebuggingOptions | friend |
save(tinyxml2::XMLElement *element) const override | foedus::debugging::DebuggingOptions | virtual |
save_to_file(const fs::Path &path) const | foedus::externalize::Externalizable | |
save_to_stream(std::ostream *ptr) const | foedus::externalize::Externalizable | |
verbose_log_level_ | foedus::debugging::DebuggingOptions | |
verbose_modules_ | foedus::debugging::DebuggingOptions |