Add comments

avx_docs
Yu Yang 8 years ago
parent 948218dab9
commit b5b9a9cfb7

@ -306,6 +306,12 @@ struct Argument {
*/
void getValueString(std::unordered_map<std::string, std::string>* out) const;
/**
* @brief printValueString will print the argument's output in order of
* 'value', 'id', 'sequence pos', 'sub-sequence pos'.
* @param stream: Output stream
* @param prefix: line prefix for printing.
*/
void printValueString(std::ostream& stream,
const std::string& prefix = "") const;
};

Loading…
Cancel
Save