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

# 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 class Jargon
13 {
14 private:
15 bool include;
16 ext::Vector<ext::String> args;
17 public:
18 Jargon(const ext::String& path, const ext::String& jargon, bool include, const ext::String& relative);
19 // friends:
20 friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, const Jargon& jargon);
21 };
22
23 #endif // _Jargon_hpp_

Properties

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