ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/FeepingCreaturism.hpp
Revision: 196
Committed: 2004-08-27T19:31:26-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 702 byte(s)
Log Message:
Meep!

File Contents

# Content
1 // Feeping Creaturism
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _FeepingCreaturism_hpp_
8 #define _FeepingCreaturism_hpp_
9
10 #include <iostream>
11 #include <string>
12 #include <sstream>
13 #include <vector>
14 #include <set>
15 #include <cstdlib>
16 #include <ctime>
17
18 using std::cin;
19 using std::cout;
20 using std::cerr;
21
22 #include <menes-xml/document.hpp>
23 #include <menes-xml/nodeset.hpp>
24 #include <menes-xml/parse.hpp>
25
26 class FeepingCreaturism
27 {
28 private:
29 std::string path, matcher;
30 std::set<std::string> jargon;
31 void initialize();
32 void daily();
33 void random();
34 void select(const std::string& selection, bool validate = false);
35 public:
36 FeepingCreaturism();
37 ~FeepingCreaturism() {}
38 };
39
40 #endif // _FeepingCreaturism_hpp_

Properties

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