added "-def" option to read and write commands for using inline message definition (fixes #154), added support for replacing messages during load to FileReader and subclasses, added MessageMap::remove(), prepared decode/encode commands

This commit is contained in:
john30
2018-04-08 13:48:49 +02:00
parent 8ad3ad9c5b
commit 000d68f3c2
10 changed files with 566 additions and 171 deletions
+1 -1
View File
@@ -746,7 +746,7 @@ class DataFieldTemplates : public MappedFileReader {
// @copydoc
result_t addFromFile(const string& filename, unsigned int lineNo, map<string, string>* row,
vector< map<string, string> >* subRows, string* errorDescription) override;
vector< map<string, string> >* subRows, string* errorDescription, bool replace) override;
/**
* Gets the template @a DataField instance with the specified name.