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 |
|
|
#include <pstream.h> |
13 |
|
|
|
14 |
|
|
class Jargon |
15 |
|
|
{ |
16 |
|
|
private: |
17 |
Douglas Thrift |
227 |
bool include; |
18 |
|
|
std::vector<std::string> args; |
19 |
Douglas Thrift |
196 |
public: |
20 |
Douglas Thrift |
230 |
Jargon(const ext::String& path, const ext::String& jargon, bool include, |
21 |
|
|
const ext::String& relative); |
22 |
Douglas Thrift |
196 |
// friends: |
23 |
Douglas Thrift |
223 |
friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, |
24 |
Douglas Thrift |
227 |
const Jargon& jargon); |
25 |
Douglas Thrift |
196 |
}; |
26 |
|
|
|
27 |
|
|
#endif // _Jargon_hpp_ |