ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/utils/StringTokenizer.hpp
(Generate patch)

Comparing trunk/src/utils/StringTokenizer.hpp (file contents):
Revision 770 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 1282 by gezelter, Wed Jul 30 18:11:19 2008 UTC

# Line 51 | Line 51
51   #define UTIL_STRINGTOKENIZER_HPP
52  
53   #include <string>
54 + #include <stdlib.h>
55   #include <vector>
56 <
56 > #include "config.h"
57   namespace oopse {
58  
59    /**
# Line 147 | Line 148 | namespace oopse {
148      float nextTokenAsFloat();
149  
150      /**
151 <     * Returns the next token from this string tokenizer as a double.
152 <     * @return the next token from this string tokenizer as a double.
151 >     * Returns the next token from this string tokenizer as a RealType.
152 >     * @return the next token from this string tokenizer as a RealType.
153       */
154 <    double nextTokenAsDouble();
154 >    RealType nextTokenAsDouble();
155  
156      /**
157       * Returns the next token without advancing the position of the StringTokenizer.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines