# | Line 44 | Line 44 | |
---|---|---|
44 | * @file StringTokenizer.hpp | |
45 | * @author tlin | |
46 | * @date 09/20/2004 | |
47 | – | * @time 11:30am |
47 | * @version 1.0 | |
48 | */ | |
49 | ||
# | Line 58 | Line 57 | namespace OpenMD { | |
57 | namespace OpenMD { | |
58 | ||
59 | /** | |
60 | < | * @class StringTokenizer.hpp "util/StringTokenizer.hpp" |
60 | > | * @class StringTokenizer |
61 | * @brief The string tokenizer class allows an application to break a string into tokens | |
62 | * The set of delimiters (the characters that separate tokens) may be specified either | |
63 | * at creation time or on a per-token basis. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |