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

# Content
1 // Feeping Creaturism
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _Jargon_hpp_
8 #define _Jargon_hpp_
9
10 #include <cxx/platform.hpp>
11
12 #ifdef MENES_PRAGMA_ONCE
13 #pragma once
14 #endif
15
16 #include "FeepingCreaturism.hpp"
17
18 class Jargon
19 {
20 private:
21 bool include;
22 ext::Vector<cse::String> args;
23 public:
24 Jargon(const cse::String &path, const cse::String &jargon, bool include, const cse::String &relative);
25 // friends:
26 friend ios::PrintWriter &operator<<(ios::PrintWriter &output, const Jargon &jargon);
27 };
28
29 #endif // _Jargon_hpp_

Properties

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