ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/utils/StringTokenizer.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/utils/StringTokenizer.hpp (file contents):
Revision 1745 by tim, Mon Nov 15 18:02:15 2004 UTC vs.
Revision 1746 by tim, Wed Nov 17 06:37:56 2004 UTC

# Line 124 | Line 124 | class StringTokenizer {
124          float nextTokenAsFloat();
125  
126          /**
127 +         * Returns the next token from this string tokenizer as a double.
128 +         * @return the next token from this string tokenizer as a double.
129 +         */
130 +        double nextTokenAsDouble();
131 +
132 +        /**
133           * Returns the next token without advancing the position of the StringTokenizer.
134           * @return the next token
135           */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines