SpinParser
1.0
|
This is the complete list of members for TaskFileParser, including all inherited members.
_taskFile | TaskFileParser | protected |
_validateOptionalAttributes(const boost::property_tree::ptree &tree, const std::string &node, const std::set< std::string > &optionalAttributes, const std::string &treePath="") const | TaskFileParser | protected |
_validateOptionalChildren(const boost::property_tree::ptree &tree, const std::string &node, const std::set< std::string > &optionalChildren, const std::string &treePath="") const | TaskFileParser | protected |
_validateProperties(const boost::property_tree::ptree &tree, const std::string &node, const std::set< std::string > &requiredChildren, const std::set< std::string > &requiredAttributes, const std::set< std::string > &optionalChildren={}, const std::set< std::string > &optionalAttributes={}) const | TaskFileParser | protected |
_validateRequiredAttributes(const boost::property_tree::ptree &tree, const std::string &node, const std::set< std::string > &requiredAttributes, const std::string &treePath="") const | TaskFileParser | protected |
_validateRequiredChildren(const boost::property_tree::ptree &tree, const std::string &node, const std::set< std::string > &requiredChildren, const std::string &treePath="") const | TaskFileParser | protected |
TaskFileParser(const std::string &taskFilePath, FrequencyDiscretization *&frequency, CutoffDiscretization *&cutoff, Lattice *&lattice, FrgCore *&frgCore, ComputationStatus &computationStatus) | TaskFileParser | |
writeTaskFile(const ComputationStatus &computationStatus) | TaskFileParser |