queso-0.53.0
|
Class to set up a QUESO environment. More...
#include <queso/Defines.h>
#include <queso/MpiComm.h>
#include <iostream>
#include <fstream>
#include <queso/RngBase.h>
#include <queso/BasicPdfsBase.h>
Go to the source code of this file.
Classes | |
struct | QUESO::FilePtrSetStruct |
Struct for handling data input and output from files. More... | |
class | QUESO::BaseEnvironment |
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable. More... | |
class | QUESO::EmptyEnvironment |
This class sets up the environment underlying the use of the QUESO library by an executable. More... | |
class | QUESO::FullEnvironment |
This class sets up the full environment underlying the use of the QUESO library by an executable. More... | |
Namespaces | |
boost | |
boost::program_options | |
QUESO | |
Functions | |
void | QUESO::queso_terminate_handler () |
Function for unhandled exceptions in Queso. More... | |
void | QUESO::QUESO_version_print (std::ostream &os) |
int | QUESO::QUESO_get_numeric_version () |
std::ostream & | QUESO::operator<< (std::ostream &os, const BaseEnvironment &obj) |
Class to set up a QUESO environment.
Definition in file Environment.h.