ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
Revision: 307
Committed: 2004-12-12T23:07:27-08:00 (20 years, 6 months ago) by douglas
File size: 438 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     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_

Properties

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