#include <FlowSpec_Entry.h>
Public Member Functions |
| | TAO_Tokenizer (const char *string, char delimiter) |
| | constructor.
|
| | ~TAO_Tokenizer (void) |
| | destructor.
|
| int | parse (const char *string, char delimiter) |
| | parses the string and tokenizes it.
|
| char * | token (void) |
| | Returns the next token.
|
| int | num_tokens (void) |
| | Number of tokens.
|
| const char * | operator[] (size_t index) const |
Constructor & Destructor Documentation
| TAO_Tokenizer::TAO_Tokenizer |
( |
const char * |
string, |
|
|
char |
delimiter |
|
) |
| |
| TAO_Tokenizer::~TAO_Tokenizer |
( |
void |
| ) |
|
Member Function Documentation
| int TAO_Tokenizer::num_tokens |
( |
void |
| ) |
|
| const char * TAO_Tokenizer::operator[] |
( |
size_t |
index | ) |
const |
| int TAO_Tokenizer::parse |
( |
const char * |
string, |
|
|
char |
delimiter |
|
) |
| |
parses the string and tokenizes it.
| char * TAO_Tokenizer::token |
( |
void |
| ) |
|
Member Data Documentation
| size_t TAO_Tokenizer::count_ |
|
protected |
| size_t TAO_Tokenizer::num_tokens_ |
|
protected |
| char TAO_Tokenizer::string_[BUFSIZ] |
|
protected |
The documentation for this class was generated from the following files: