25#include "neml2/drivers/Driver.h"
35 options.
set<
bool>(
"verbose") =
false;
36 options.
set(
"verbose").doc() =
"Whether to output additional logging information";
43 _verbose(options.get<
bool>(
"verbose"))
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
Driver(const OptionSet &options)
Construct a new Driver object.
Definition Driver.cxx:41
static OptionSet expected_options()
Definition Driver.cxx:30
The base class of all "manufacturable" objects in the NEML2 library.
Definition NEML2Object.h:38
static OptionSet expected_options()
Definition NEML2Object.cxx:29
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
const std::string & section() const
A readonly reference to the option set's section.
Definition OptionSet.h:95
T & set(const std::string &)
Definition OptionSet.h:436
Definition CrossRef.cxx:32