Changeset 8585 for code/branches/presentation/src/libraries/util
- Timestamp:
- May 25, 2011, 11:06:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/util/SubString.h
r8556 r8585 110 110 SL_COMMENT, //!< In Comment mode. 111 111 SL_PARENTHESES, //!< Between parentheses (usually '{' and '}') 112 SL_PARENTHESESESCAPE, //!< Between parentheses with the internal escape character, that escapes even the closing par anthesis character.112 SL_PARENTHESESESCAPE, //!< Between parentheses with the internal escape character, that escapes even the closing parenthesis character. 113 113 }; 114 114 … … 209 209 SPLIT_LINE_STATE start_state = SL_NORMAL); 210 210 211 std::vector<std::string> tokens_; ///< The tokens after split ing the input line211 std::vector<std::string> tokens_; ///< The tokens after splitting the input line 212 212 std::vector<bool> bTokenInSafemode_; ///< Saves for each token if it was in safe mode (between quotation marks or parenthesis) 213 213 };
Note: See TracChangeset
for help on using the changeset viewer.