ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
Revision: 223
Committed: 2004-09-06T01:58:43-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 422 byte(s)
Log Message:
Moved most of the output stuff to XSL/T.

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

Properties

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