17 #include <boost/shared_ptr.hpp>
23 const std::string path;
24 const std::string file_name;
28 ParseStruct(
const std::string &pa,
const std::string &name) :
29 path(pa), file_name(name), line(1), pos(0) {}
32 typedef boost::shared_ptr<ParseStruct> ParseStructPtr;
36 #endif // PARSESTRUCT_H
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
Definition: parsestruct.h:21