NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::env_document 成员列表

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

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