NamelistToken(const std::string &title_in, NmlFuncPtr producer_in)
The constructor will take both the namelist title and a pointer to the function that produces its Nam...
Definition namelist_inventory.cpp:8
NamelistToken(const std::string &title_in, NmlFuncPtr producer_in)
The constructor will take both the namelist title and a pointer to the function that produces its Nam...
Definition namelist_inventory.cpp:8
NamelistEmulator invoke(const TextFile &tf, int *start_line, bool *found, ExceptionResponse policy=ExceptionResponse::DIE, WrapTextSearch wrap=WrapTextSearch::YES) const
Invoke the corresponding function to produce a namelist emulator, perhaps loaded with input data.
Definition namelist_inventory.cpp:18
Structure for translating a text file into a compact, rapidly parsable vector of characters in CPU RA...
Definition textfile.h:45