ATLAS Offline Software
|
Separator to be used in a boost::tokenizer
.
More...
#include <SelectionExprParser.h>
Public Member Functions | |
bool | operator() (std::string::const_iterator &next, const std::string::const_iterator &end, std::string &tok) const |
Extracts the subsequent token from the input string iterator. More... | |
void | reset () |
Optional state reset method, does nothing. More... | |
Separator to be used in a boost::tokenizer
.
Definition at line 22 of file SelectionExprParser.h.
bool CP::DetailSelectionExprParser::Separator::operator() | ( | std::string::const_iterator & | next, |
const std::string::const_iterator & | end, | ||
std::string & | tok | ||
) | const |
Extracts the subsequent token from the input string iterator.
Definition at line 21 of file SelectionExprParser.cxx.
|
inline |
Optional state reset method, does nothing.
Definition at line 30 of file SelectionExprParser.h.