#include <Tokenizer.hpp>
◆ apply() [1/3]
void anna::http::Tokenizer::apply |
( |
const DataBlock & |
| ) |
|
|
noexcept |
◆ apply() [2/3]
void anna::http::Tokenizer::apply |
( |
const DataBlock & |
, |
|
|
const char * |
separator |
|
) |
| |
|
noexcept |
◆ apply() [3/3]
void anna::http::Tokenizer::apply |
( |
const DataBlock & |
, |
|
|
const char |
separator |
|
) |
| |
|
noexcept |
◆ operator[]() [1/2]
const Token* anna::http::Tokenizer::operator[] |
( |
int |
index | ) |
const |
◆ operator[]() [2/2]
31 return (ii ==
end()) ? NULL :
token(ii);
iterator end()
Definition: Recycler.hpp:221
static const Token * token(const_iterator ii)
Definition: Tokenizer.hpp:34
◆ token() [1/2]
static Token * data(iterator ii)
Definition: Recycler.hpp:233
◆ token() [2/2]
static Token * data(iterator ii)
Definition: Recycler.hpp:233
The documentation for this class was generated from the following file: