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

Comparing trunk/OOPSE-4/src/utils/StringTokenizer.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC

# Line 51 | Line 51
51   #define UTIL_STRINGTOKENIZER_HPP
52  
53   #include <string>
54 + #include <vector>
55  
56   namespace oopse {
57  
# Line 173 | Line 174 | namespace oopse {
174        return tokenString_;
175      }
176  
177 +    /**
178 +     * Returns all of the tokens
179 +     * @return all of the tokens
180 +     */
181 +    std::vector<std::string> getAllTokens();
182    private:
183  
184      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines