1 |
// Feeping Creaturism |
2 |
// |
3 |
// Douglas Thrift |
4 |
// |
5 |
// $Id$ |
6 |
|
7 |
#ifndef _Jargon_hpp_ |
8 |
#define _Jargon_hpp_ |
9 |
|
10 |
#include "FeepingCreaturism.hpp" |
11 |
|
12 |
#define REDI_EVISCERATE_PSTREAMS 0 |
13 |
|
14 |
#include <pstream.h> |
15 |
|
16 |
class Jargon |
17 |
{ |
18 |
private: |
19 |
bool include; |
20 |
std::vector<std::string> args; |
21 |
public: |
22 |
Jargon(const ext::String& path, const ext::String& jargon, bool include, |
23 |
const ext::String& relative); |
24 |
// friends: |
25 |
friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, |
26 |
const Jargon& jargon); |
27 |
}; |
28 |
|
29 |
#endif // _Jargon_hpp_ |