preCICE v3.1.2
|
Contains the preCICE tooling API. More...
Enumerations | |
enum struct | ConfigReferenceType { XML = 0 , DTD = 1 , MD = 2 } |
Functions | |
void | printConfigReference (std::ostream &out, ConfigReferenceType reftype) |
Generates a configuration reference. | |
void | checkConfiguration (const std::string &filename, const std::string &participant, int size) |
Checks a given configuration. | |
Contains the preCICE tooling API.
The contained methods allow to query internal information of preCICE without having to create a precice::Participant.
|
strong |
The type of reference to generate
Enumerator | |
---|---|
XML | XML with inlined help. |
DTD | DTD to check an XML. |
MD | Markdown version used for the website. |
Definition at line 23 of file Tooling.hpp.
PRECICE_API void precice::tooling::checkConfiguration | ( | const std::string & | filename, |
const std::string & | participant, | ||
int | size ) |
Checks a given configuration.
Definition at line 32 of file Tooling.cpp.
PRECICE_API void precice::tooling::printConfigReference | ( | std::ostream & | out, |
ConfigReferenceType | reftype ) |
Generates a configuration reference.
[in,out] | out | The stream to write the result to. |
[in] | reftype | The type of reference to generate. |
Definition at line 15 of file Tooling.cpp.