12#ifndef LANGELEMSPRINTER_H
13#define LANGELEMSPRINTER_H
28 typedef std::set<std::string> SetOfElements;
29 SetOfElements setOfElements;
34 virtual ~LangElemsPrinter();
42 void print(
const LangElems *elems, std::ostream &os);
46 void (
const StateLangElem *elem);
47 void (
const LangElem *elem);
48 void (
const LangElems *elem);
49 void (
const NamedSubExpsLangElem *elem);
void print(const LangElems *elems, std::ostream &os)
Prints all the elements contained in the passed LangElems to the specified ostream.
Definition langelemsprinter.cpp:37
C++ class: doctemplate.h.
Definition bufferedoutput.cpp:13