25#include "neml2/base/OptionCollection.h"
29std::map<std::string, OptionSet> &
32 return _data[section];
47 os << section << std::endl;
50 os <<
obj << std::endl
52 << options << std::endl
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
A data structure that holds options of multiple objects.
Definition OptionCollection.h:38
std::map< std::string, OptionSet > & operator[](const std::string §ion)
Get all the object options under a specific section.
Definition OptionCollection.cxx:30
Definition CrossRef.cxx:32
std::ostream & operator<<(std::ostream &os, const OptionCollection &p)
Definition OptionCollection.cxx:37