Functions | |
bool | load_default (string schema, string schema_default) |
template<class utype> | |
bool | load_default (string schema, utype schema_default) |
bool | is_available (std::ostream &oss, bool AFLOWRC_VERBOSE) |
bool | read (std::ostream &oss, bool AFLOWRC_VERBOSE) |
bool | write_default (std::ostream &oss, bool AFLOWRC_VERBOSE) |
bool | print_aflowrc (std::ostream &oss, bool AFLOWRC_VERBOSE) |
bool aflowrc::load_default | ( | string | schema, |
string | schema_default ) |
Definition at line 35 of file aflow_aflowrc.cpp.
bool aflowrc::load_default | ( | string | schema, |
utype | schema_default ) |
Definition at line 63 of file aflow_aflowrc.cpp.
bool aflowrc::is_available | ( | std::ostream & | oss, |
bool | AFLOWRC_VERBOSE ) |
Definition at line 76 of file aflow_aflowrc.cpp.
bool aflowrc::read | ( | std::ostream & | oss, |
bool | AFLOWRC_VERBOSE ) |
Definition at line 161 of file aflow_aflowrc.cpp.
bool aflowrc::write_default | ( | std::ostream & | oss, |
bool | AFLOWRC_VERBOSE ) |
Definition at line 838 of file aflow_aflowrc.cpp.
bool aflowrc::print_aflowrc | ( | std::ostream & | oss, |
bool | AFLOWRC_VERBOSE ) |
Definition at line 1538 of file aflow_aflowrc.cpp.