ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
Revision: 244
Committed: 2004-09-11T21:29:51-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 598 byte(s)
Log Message:
Die!

File Contents

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

Properties

Name Value
svn:eol-style native
svn:keywords Id