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 |
|
|
class Jargon |
13 |
|
|
{ |
14 |
|
|
private: |
15 |
Douglas Thrift |
227 |
bool include; |
16 |
Douglas Thrift |
265 |
ext::Vector<ext::String> args; |
17 |
Douglas Thrift |
196 |
public: |
18 |
douglas |
307 |
Jargon(const ext::String& path, const ext::String& jargon, bool include, const ext::String& relative); |
19 |
Douglas Thrift |
196 |
// friends: |
20 |
douglas |
307 |
friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, const Jargon& jargon); |
21 |
Douglas Thrift |
196 |
}; |
22 |
|
|
|
23 |
|
|
#endif // _Jargon_hpp_ |