include.h
Go to the documentation of this file.
1 #ifndef cetlib_h
2 #define cetlib_h
3 
4 // ======================================================================
5 //
6 // include: File->string, interpolating #include'd files along the way
7 //
8 // ======================================================================
9 
10 #include <iosfwd>
11 #include <string>
12 
13 namespace cet {
14  void include(std::istream& in, std::string& result);
15  void include(std::istream& in,
16  std::string const& search_path_arg,
18 }
19 
20 // ======================================================================
21 
22 #endif /* cetlib_h */
23 
24 // Local Variables:
25 // mode: c++
26 // End:
static QCString result
std::string string
Definition: nybbler.cc:12
void include(std::istream &in, std::string &result)
Definition: include.cc:63