Changeset 10444
- Timestamp:
- 04/21/11 13:58:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Converter.h
r10425 r10444 126 126 } 127 127 128 template<typename T, typename S> 129 static std::string GetHex(const S &s, size_t col=0, bool prefix=true) 130 { 131 return GetHex<T>(&s, sizeof(S), col, prefix); 132 } 133 128 134 static std::vector<std::string> Regex(const std::string &expr, const std::string &line); 129 135 };
Note:
See TracChangeset
for help on using the changeset viewer.