ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
Revision: 208
Committed: 2004-09-02T03:31:43-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 520 byte(s)
Log Message:
Almost working, just need to figure some things out from Jay.

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 #include <pstream.h>
13
14 class Jargon
15 {
16 private:
17 bool include;
18 ext::String word, pronunciation, grammar;
19 xml::NodeSet definition;
20 void display(ios::PrintWriter& pout, xml::TextWriter& xhtml) const;
21 public:
22 Jargon(const ext::String& path, bool include = false);
23 // friends:
24 friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
25 const Jargon& jargon);
26 };
27
28 #endif // _Jargon_hpp_

Properties

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