FACT++
1.0
|
Converter::Converter | ( | std::ostream & | out, |
const std::string & | fmt, | ||
bool | strict = true |
||
) |
Compiles the format string into fList. See Compile() for more details.
out | Output stream to which possible logging is redirected |
fmt | Format to be compiled. For details see class reference |
strict | Setting this to true allows non DIM options, whiel false will restrict the possible format strings to the ones also understood by DIM. |
Definition at line 482 of file Converter.cc.