preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
Tooling.hpp File Reference
#include <iosfwd>
#include <precice/export.h>
#include <string>
Include dependency graph for Tooling.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::tooling
 Contains the preCICE tooling API.
 

Enumerations

enum struct  precice::tooling::ConfigReferenceType { precice::tooling::XML = 0 , precice::tooling::DTD = 1 , precice::tooling::MD = 2 }
 

Functions

void precice::tooling::printConfigReference (std::ostream &out, ConfigReferenceType reftype)
 Generates a configuration reference.
 
void precice::tooling::checkConfiguration (const std::string &filename, const std::string &participant, int size)
 Checks a given configuration.
 
std::string precice::getVersionInformation ()
 Returns information on the version of preCICE.