Changeset 625 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 27, 2008, 9:17:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
r581 r625 6 6 class LexicalAnalyzer 7 7 { 8 class SourceTemplate9 {10 std::string source;11 public:12 SourceTemplate( const std::string &filePath );13 ~SourceTemplate()14 {15 }16 17 std::string GetResult( const std::map<std::string,std::string> &values );18 };19 20 8 public: 21 9
Note:
See TracChangeset
for help on using the changeset viewer.