SSAGES  0.9.3
Software Suite for Advanced General Ensemble Simulations
Public Member Functions | List of all members
SSAGES::JSONLoaderPlugin Class Referenceabstract

Abstract class for JSON loader plugins. More...

#include <JSONLoaderPlugin.h>

Inheritance diagram for SSAGES::JSONLoaderPlugin:
Inheritance graph
[legend]

Public Member Functions

virtual void ApplyFilter (std::string &contents, const std::string &path)=0
 Apply filter to string. More...
 

Detailed Description

Abstract class for JSON loader plugins.

Definition at line 37 of file JSONLoaderPlugin.h.

Member Function Documentation

◆ ApplyFilter()

virtual void SSAGES::JSONLoaderPlugin::ApplyFilter ( std::string &  contents,
const std::string &  path 
)
pure virtual

Apply filter to string.

Parameters
contentsString whose contents will be modified.
pathPath for JSON path specification.

This function will read in the contents string and apply custom filters to it.

Implemented in SSAGES::IncludePlugin.


The documentation for this class was generated from the following file: