ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
Revision: 265
Committed: 2004-10-27T01:50:34-07:00 (20 years, 7 months ago) by Douglas Thrift
File size: 443 byte(s)
Log Message:
No more pstreams, we have api::Process, fts functions weren't working so just
piped in find.

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,
19 const ext::String& relative);
20 // friends:
21 friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
22 const Jargon& jargon);
23 };
24
25 #endif // _Jargon_hpp_

Properties

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