#include <FlowSpec_Entry.h>
◆ TAO_Tokenizer()
TAO_Tokenizer::TAO_Tokenizer |
( |
const char * |
string, |
|
|
char |
delimiter |
|
) |
| |
◆ ~TAO_Tokenizer()
TAO_Tokenizer::~TAO_Tokenizer |
( |
void |
| ) |
|
◆ num_tokens()
int TAO_Tokenizer::num_tokens |
( |
void |
| ) |
|
◆ operator []()
const char * TAO_Tokenizer::operator [] |
( |
size_t |
index | ) |
const |
◆ parse()
int TAO_Tokenizer::parse |
( |
const char * |
string, |
|
|
char |
delimiter |
|
) |
| |
parses the string and tokenizes it.
◆ token()
char * TAO_Tokenizer::token |
( |
void |
| ) |
|
◆ count_
size_t TAO_Tokenizer::count_ |
|
protected |
◆ num_tokens_
size_t TAO_Tokenizer::num_tokens_ |
|
protected |
◆ string_
char TAO_Tokenizer::string_[BUFSIZ] |
|
protected |
◆ token_array_
The documentation for this class was generated from the following files: