FACT++
1.0
|
Converter::Converter | ( | const std::string & | fmt, |
bool | strict = true |
||
) |
Compiles the format string into fList.
Output by default is redirected to cout.
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 501 of file Converter.cc.