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

File Contents

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

Properties

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