Parent Directory | Revision Log
First import
1 | #ifndef __HtmlTool_H__ |
2 | #define __HtmlTool_H__ |
3 | |
4 | #include "../String/String.h" |
5 | #include "../LinkedList/StringLinkedList.h" |
6 | #include "Link.h" |
7 | |
8 | class HtmlTool |
9 | { |
10 | |
11 | public: |
12 | |
13 | HtmlTool(const Link &link); |
14 | ~HtmlTool(); |
15 | |
16 | String *data; |
17 | |
18 | private: |
19 | |
20 | |
21 | }; |
22 | |
23 | #endif |
root@recompile.se | ViewVC Help |
Powered by ViewVC 1.1.26 |