Searched refs:TokenizerFunc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | token_iterator.hpp | 29 template <class TokenizerFunc, class Iterator, class Type> 32 token_iterator<TokenizerFunc, Iterator, Type> 47 TokenizerFunc f_; 79 token_iterator(TokenizerFunc f, Iterator begin, Iterator e = Iterator()) in token_iterator() 87 token_iterator<TokenizerFunc, OtherIter,Type> const& t in token_iterator() argument 96 TokenizerFunc tokenizer_function()const{return f_;} in tokenizer_function() 107 class TokenizerFunc = char_delimiters_separator<char>, 115 typedef token_iterator<TokenizerFunc,Iterator,Type> type; 121 template<class Type, class Iterator, class TokenizerFunc> 122 typename token_iterator_generator<TokenizerFunc,Iterator,Type>::type [all …]
|
| H A D | tokenizer.hpp | 28 typename TokenizerFunc = char_delimiters_separator<char>, 34 typedef token_iterator_generator<TokenizerFunc,Iterator,Type> TGen; 54 const TokenizerFunc& f = TokenizerFunc()) in tokenizer() 62 tokenizer(const Container& c,const TokenizerFunc& f) in tokenizer() 70 void assign(Iterator first, Iterator last, const TokenizerFunc& f){ in assign() 82 void assign(const Container& c, const TokenizerFunc& f){ in assign() 92 TokenizerFunc f_;
|