ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
Revision: 792
Committed: 2006-06-01T23:55:43-07:00 (19 years ago) by douglas
File size: 515 byte(s)
Log Message:
Woo!

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 douglas 792 #include <cxx/platform.hpp>
11    
12     #ifdef MENES_PRAGMA_ONCE
13     #pragma once
14     #endif
15    
16 Douglas Thrift 196 #include "FeepingCreaturism.hpp"
17    
18     class Jargon
19     {
20     private:
21 Douglas Thrift 227 bool include;
22 douglas 792 ext::Vector<cse::String> args;
23 Douglas Thrift 196 public:
24 douglas 792 Jargon(const cse::String &path, const cse::String &jargon, bool include, const cse::String &relative);
25 Douglas Thrift 196 // friends:
26 douglas 792 friend ios::PrintWriter &operator<<(ios::PrintWriter &output, const Jargon &jargon);
27 Douglas Thrift 196 };
28    
29     #endif // _Jargon_hpp_

Properties

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