NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
env_document 成员列表

成员的完整列表,这些成员属于 env_document,包括所有继承而来的类成员

add_comment(string comment) noexceptenv_documentinline
add_variable(const string &name, unique_ptr< env_variable > variable)env_documentinline
env_document()=defaultenv_document
env_document(env_document &&other) noexcept=defaultenv_document
get_bool(const string &name, const bool default_value=false) constenv_documentinline
get_comments() const noexceptenv_documentinline
get_double(const string &name, const double default_value=0.0) constenv_documentinline
get_int(const string &name, const int default_value=0) constenv_documentinline
get_int64(const string &name, const int64_t default_value=0) constenv_documentinline
get_string(const string &name, const string &default_value="") constenv_documentinline
get_variable(const string &name) constenv_documentinline
get_variable(const string &name)env_documentinline
get_variables() const noexceptenv_documentinline
has_variable(const string &name) constenv_documentinline
operator=(env_document &&other) noexcept=defaultenv_document
remove_variable(const string &name)env_documentinline
set_variable(const string &name, string value, env_variable::quote_type quote=env_variable::None, bool exported=false)env_documentinline
to_string() constenv_document