ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
(Generate patch)

Comparing FeepingCreaturism/Jargon.hpp (file contents):
Revision 203 by Douglas Thrift, 2004-09-01T02:10:19-07:00 vs.
Revision 243 by Douglas Thrift, 2004-09-11T21:27:10-07:00

# Line 9 | Line 9
9  
10   #include "FeepingCreaturism.hpp"
11  
12 + #define REDI_EVISCERATE_PSTREAMS 0
13 +
14   #include <pstream.h>
15  
16   class Jargon
17   {
18   private:
19          bool include;
20 <        ext::String word, pronunciation, grammar;
19 <        xml::NodeSet definition;
20 >        std::vector<std::string> args;
21   public:
22 <        Jargon(const ext::String& path, bool include = false);
22 >        Jargon(const ext::String& path, const ext::String& jargon, bool include,
23 >                const ext::String& relative);
24   // friends:
25 <        friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
25 >        friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
26                  const Jargon& jargon);
27   };
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines