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 196 by Douglas Thrift, 2004-08-27T19:31:26-07:00 vs.
Revision 265 by Douglas Thrift, 2004-10-27T01:50:34-07:00

# Line 9 | Line 9
9  
10   #include "FeepingCreaturism.hpp"
11  
12 #include <pstream.h>
13
14 #include <menes-ios/stdadapters.hpp>
15
12   class Jargon
13   {
14   private:
15 <        std::string word, pronunciation, grammar;
16 <        xml::NodeSet definition;
15 >        bool include;
16 >        ext::Vector<ext::String> args;
17   public:
18 <        Jargon(const std::string& path);
18 >        Jargon(const ext::String& path, const ext::String& jargon, bool include,
19 >                const ext::String& relative);
20   // friends:
21 <        friend std::ostream& operator<<(std::ostream& sout, const Jargon& jargon);
21 >        friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
22 >                const Jargon& jargon);
23   };
24  
25   #endif // _Jargon_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines