SSAGES
0.9.3
Software Suite for Advanced General Ensemble Simulations
|
Abstract class for JSON loader plugins. More...
#include <JSONLoaderPlugin.h>
Public Member Functions | |
virtual void | ApplyFilter (std::string &contents, const std::string &path)=0 |
Apply filter to string. More... | |
Abstract class for JSON loader plugins.
Definition at line 37 of file JSONLoaderPlugin.h.
|
pure virtual |
Apply filter to string.
contents | String whose contents will be modified. |
path | Path for JSON path specification. |
This function will read in the contents string and apply custom filters to it.
Implemented in SSAGES::IncludePlugin.