Changeset 10342 for trunk/FACT++/src/Description.h
- Timestamp:
- 04/10/11 10:13:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Description.h
r10297 r10342 4 4 #include <string> 5 5 #include <vector> 6 7 #include "tools.h" 6 8 7 9 struct Description … … 11 13 std::string comment; 12 14 13 static std::string Trim(std::string s);14 15 static std::vector<Description> SplitDescription(const std::string &buffer); 15 16
Note:
See TracChangeset
for help on using the changeset viewer.