ALPS MPS Codes
Reference documentation.
|
#include <options.hpp>
Public Member Functions | |
Options (int argc, char **argv) | |
Options () | |
Public Attributes | |
std::string | programname |
double | time_limit |
bool | use_mpi |
bool | valid |
bool | write_xml |
boost::filesystem::path | jobfilename |
Definition at line 40 of file options.hpp.
Options::Options | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 43 of file options.cpp.
Options::Options | ( | ) |
Definition at line 35 of file options.cpp.
boost::filesystem::path Options::jobfilename |
Definition at line 48 of file options.hpp.
std::string Options::programname |
Definition at line 43 of file options.hpp.
double Options::time_limit |
Definition at line 44 of file options.hpp.
bool Options::use_mpi |
Definition at line 45 of file options.hpp.
bool Options::valid |
Definition at line 46 of file options.hpp.
bool Options::write_xml |
Definition at line 47 of file options.hpp.