#include <FlowSpec_Entry.h>
      
        
          | TAO_Tokenizer::TAO_Tokenizer | ( | const char * | string, | 
        
          |  |  | char | delimiter | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | TAO_Tokenizer::~TAO_Tokenizer | ( | void |  | ) |  | 
      
 
 
      
        
          | 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 |  | ) |  | 
      
 
 
  
  | 
        
          | 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: