12 #ifndef LANGUAGEINFER_H
13 #define LANGUAGEINFER_H
41 const std::string
infer(
const std::string &filename);
48 const std::string
infer(std::istream &stream = std::cin);
Tries to infer the language by inspecting the input file.
Definition: languageinfer.h:30
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
const std::string infer(const std::string &filename)
Tries to infer the language of the specified inputfile.
Definition: languageinfer.cpp:34