asdm::StringTokenizer Class Reference

#include <StringTokenizer.h>

List of all members.


Detailed Description

The StringTokenizer class is a translation into C++ of the Java class of the same name in Java's util pacakge. See the Java class documentation.


Public Member Functions

 StringTokenizer (const string &s, const string &delim=" \t\n\r\f", bool returnDelims=false) throw (InvalidArgumentException)
bool hasMoreTokens ()
string nextToken () throw (OutOfBoundsException)
string nextToken (const string delim) throw (OutOfBoundsException)
int countTokens ()


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:51 2007 for ASDM C++ Implementation by  doxygen 1.5.1