1 |
Douglas Thrift |
196 |
// 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 |
Douglas Thrift |
244 |
// XXX: pstreams weirdness! |
13 |
Douglas Thrift |
243 |
#define REDI_EVISCERATE_PSTREAMS 0 |
14 |
|
|
|
15 |
Douglas Thrift |
244 |
// XXX: hopefully we can replace this with something without an LGPL |
16 |
Douglas Thrift |
196 |
#include <pstream.h> |
17 |
|
|
|
18 |
|
|
class Jargon |
19 |
|
|
{ |
20 |
|
|
private: |
21 |
Douglas Thrift |
227 |
bool include; |
22 |
|
|
std::vector<std::string> args; |
23 |
Douglas Thrift |
196 |
public: |
24 |
Douglas Thrift |
230 |
Jargon(const ext::String& path, const ext::String& jargon, bool include, |
25 |
|
|
const ext::String& relative); |
26 |
Douglas Thrift |
196 |
// friends: |
27 |
Douglas Thrift |
223 |
friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, |
28 |
Douglas Thrift |
227 |
const Jargon& jargon); |
29 |
Douglas Thrift |
196 |
}; |
30 |
|
|
|
31 |
|
|
#endif // _Jargon_hpp_ |