FACT++  1.0
Converter::FormatList Converter::Compile ( const std::string &  fmt,
bool  strict = false 
)
static

Same as Compile(ostream&,string&,bool) but cout is used as the default output stream.

Definition at line 861 of file Converter.cc.

References Compile().

862 {
863  return Compile(cout, fmt, strict);
864 }
static FormatList Compile(std::ostream &out, const std::string &fmt, bool strict=false)
Definition: Converter.cc:774

+ Here is the call graph for this function: