|
libfoedus-core
FOEDUS Core Library
|
This is the complete list of members for foedus::soc::SocOptions, 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::soc::SocOptions | inlinevirtual |
| Constants enum name | foedus::soc::SocOptions | |
| convert_spawn_executable_pattern(int node) const | foedus::soc::SocOptions | |
| convert_spawn_ld_library_path_pattern(int node) const | foedus::soc::SocOptions | |
| create_element(tinyxml2::XMLElement *parent, const std::string &name, tinyxml2::XMLElement **out) | foedus::externalize::Externalizable | static |
| 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::soc::SocOptions | inlinevirtual |
| insert_comment(tinyxml2::XMLElement *element, const std::string &comment) | foedus::externalize::Externalizable | static |
| kDefaultSharedUserMemorySizeKb enum value | foedus::soc::SocOptions | |
| load(tinyxml2::XMLElement *element) override | foedus::soc::SocOptions | 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 SocOptions &v) | foedus::soc::SocOptions | friend |
| save(tinyxml2::XMLElement *element) const override | foedus::soc::SocOptions | virtual |
| save_to_file(const fs::Path &path) const | foedus::externalize::Externalizable | |
| save_to_stream(std::ostream *ptr) const | foedus::externalize::Externalizable | |
| shared_user_memory_size_kb_ | foedus::soc::SocOptions | |
| soc_type_ | foedus::soc::SocOptions | |
| SocOptions() | foedus::soc::SocOptions | |
| spawn_executable_pattern_ | foedus::soc::SocOptions | |
| spawn_ld_library_path_pattern_ | foedus::soc::SocOptions |