ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
Revision: 196
Committed: 2004-08-27T19:31:26-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 442 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 #include <pstream.h>
13
14 #include <menes-ios/stdadapters.hpp>
15
16 class Jargon
17 {
18 private:
19 std::string word, pronunciation, grammar;
20 xml::NodeSet definition;
21 public:
22 Jargon(const std::string& path);
23 // friends:
24 friend std::ostream& operator<<(std::ostream& sout, const Jargon& jargon);
25 };
26
27 #endif // _Jargon_hpp_

Properties

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