added field list to find command (solved #1)

This commit is contained in:
john30
2015-09-26 12:40:57 +02:00
parent c0b022782f
commit f3d4bbcc19
3 changed files with 130 additions and 13 deletions
+7
View File
@@ -260,6 +260,13 @@ public:
*/
void dump(ostream& output);
/**
* Write parts of the message definition to the @a ostream.
* @param output the @a ostream to append the formatted value to.
* @param columns the list of column indexes to write.
*/
void dump(ostream& output, vector<size_t>& columns);
private:
/** the optional circuit name. */