diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-11-22 18:49:58 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-11-22 18:49:58 -0500 |
| commit | 01746a0e03267b6c082b58436c1370567f7cb7c5 (patch) | |
| tree | e3cfeadb97f93858f326f57958bff4675cd8f9ed /freevars.h | |
| parent | 294fe00911c6ee0dd9853df7612dcdbd63425c05 (diff) | |
| download | rawr-ebooks-01746a0e03267b6c082b58436c1370567f7cb7c5.tar.gz rawr-ebooks-01746a0e03267b6c082b58436c1370567f7cb7c5.tar.bz2 rawr-ebooks-01746a0e03267b6c082b58436c1370567f7cb7c5.zip | |
Added malapropisms
Diffstat (limited to 'freevars.h')
| -rw-r--r-- | freevars.h | 8 |
1 files changed, 3 insertions, 5 deletions
| diff --git a/freevars.h b/freevars.h index 923f211..c92b9f5 100644 --- a/freevars.h +++ b/freevars.h | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | #include <string> | 2 | #include <string> |
| 3 | #include <vector> | 3 | #include <vector> |
| 4 | 4 | ||
| 5 | using namespace::std; | ||
| 6 | |||
| 7 | #ifndef FREEVARS_H | 5 | #ifndef FREEVARS_H |
| 8 | #define FREEVARS_H | 6 | #define FREEVARS_H |
| 9 | 7 | ||
| @@ -11,11 +9,11 @@ class freevars | |||
| 11 | { | 9 | { |
| 12 | public: | 10 | public: |
| 13 | freevars(); | 11 | freevars(); |
| 14 | void addVar(string name, string filename); | 12 | void addVar(std::string name, std::string filename); |
| 15 | string parse(string in); | 13 | std::string parse(std::string in); |
| 16 | 14 | ||
| 17 | private: | 15 | private: |
| 18 | map<string, vector<string>* >* vars; | 16 | std::map<std::string, std::vector<std::string>* >* vars; |
| 19 | }; | 17 | }; |
| 20 | 18 | ||
| 21 | #endif \ No newline at end of file | 19 | #endif \ No newline at end of file |
