#include <Tokenizer.h>
|
| | Tokenizer (const TokenizerFunc &f) |
| |
| | Tokenizer (Iterator first, Iterator last, const TokenizerFunc &f=TokenizerFunc()) |
| |
| template<typename Container > |
| | Tokenizer (const Container &c) |
| |
| template<typename Container > |
| | Tokenizer (const Container &c, const TokenizerFunc &f) |
| |
| void | assign (Iterator first, Iterator last) |
| |
| void | assign (Iterator first, Iterator last, const TokenizerFunc &f) |
| |
| template<typename Container > |
| void | assign (const Container &c) |
| |
| template<typename Container > |
| void | assign (const Container &c, const TokenizerFunc &f) |
| |
| iter | begin () const |
| |
| iter | end () const |
| |
◆ const_iterator
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ difference_type
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ iterator
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ pointer
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ reference
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ size_type
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ value_type
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ Tokenizer() [1/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ Tokenizer() [2/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
| cnoid::Tokenizer< TokenizerFunc, Iterator, Type >::Tokenizer |
( |
Iterator |
first, |
|
|
Iterator |
last, |
|
|
const TokenizerFunc & |
f = TokenizerFunc() |
|
) |
| |
|
inline |
◆ Tokenizer() [3/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
template<typename Container >
◆ Tokenizer() [4/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
template<typename Container >
◆ assign() [1/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
template<typename Container >
| void cnoid::Tokenizer< TokenizerFunc, Iterator, Type >::assign |
( |
const Container & |
c | ) |
|
|
inline |
◆ assign() [2/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
template<typename Container >
| void cnoid::Tokenizer< TokenizerFunc, Iterator, Type >::assign |
( |
const Container & |
c, |
|
|
const TokenizerFunc & |
f |
|
) |
| |
|
inline |
◆ assign() [3/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
| void cnoid::Tokenizer< TokenizerFunc, Iterator, Type >::assign |
( |
Iterator |
first, |
|
|
Iterator |
last |
|
) |
| |
|
inline |
◆ assign() [4/4]
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
| void cnoid::Tokenizer< TokenizerFunc, Iterator, Type >::assign |
( |
Iterator |
first, |
|
|
Iterator |
last, |
|
|
const TokenizerFunc & |
f |
|
) |
| |
|
inline |
◆ begin()
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ end()
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ const_pointer
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
◆ const_reference
template<typename TokenizerFunc = CharSeparator<char>, typename Iterator = std::string::const_iterator, typename Type = std::string>
The documentation for this class was generated from the following file: