Changeset 1041
- Timestamp:
- 06/04/07 15:03:01 (2 years ago)
- Files:
-
- 1 modified
-
MOAB/trunk/FileTokenizer.hpp (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
MOAB/trunk/FileTokenizer.hpp
r914 r1041 4 4 * 5 5 * Copyright 2004 Sandia Corporation. Under the terms of Contract 6 * DE-AC04-94AL85000 with Sandia Cor oporation, the U.S. Government6 * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government 7 7 * retains certain rights in this software. 8 8 * … … 65 65 /** \brief get next token 66 66 * 67 * Get the next whites apce-deliminated token from the file.67 * Get the next whitespace-delimited token from the file. 68 68 * NOTE: The returned string is only valid until the next 69 69 * call to any of the functions in this class that … … 71 71 * 72 72 * \return A pointer to the buffer space containing the string, 73 * or NULL if an error occur ed.73 * or NULL if an error occurred. 74 74 */ 75 75 const char* get_string( ); … … 77 77 /** \brief check for newline 78 78 * 79 * Consume whitespace up to and including the next newline.79 * Consume whitespace up to and including the next newline. 80 80 * If a non-space character is found before a newline, 81 81 * the function will stop, set the error message, and … … 90 90 /** \brief Parse a sequence of double values. 91 91 * 92 * Read the specified number of space-delimi nated doubles.92 * Read the specified number of space-delimited doubles. 93 93 * 94 94 * \param count The number of values to read. … … 101 101 /** \brief Parse a sequence of float values. 102 102 * 103 * Read the specified number of space-delimi nated doubles.103 * Read the specified number of space-delimited doubles. 104 104 * 105 105 * \param count The number of values to read. … … 111 111 /** \brief Parse a sequence of integer values. 112 112 * 113 * Read the specified number of space-delimi nated ints.113 * Read the specified number of space-delimited ints. 114 114 * 115 115 * \param count The number of values to read. … … 121 121 /** \brief Parse a sequence of integer values. 122 122 * 123 * Read the specified number of space-delimi nated ints.123 * Read the specified number of space-delimited ints. 124 124 * 125 125 * \param count The number of values to read. … … 131 131 /** \brief Parse a sequence of integer values. 132 132 * 133 * Read the specified number of space-delimi nated ints.133 * Read the specified number of space-delimited ints. 134 134 * 135 135 * \param count The number of values to read. … … 141 141 /** \brief Parse a sequence of integer values. 142 142 * 143 * Read the specified number of space-delimi nated ints.143 * Read the specified number of space-delimited ints. 144 144 * 145 145 * \param count The number of values to read. … … 151 151 /** \brief Parse a sequence of bit or boolean values. 152 152 * 153 * Read the specified number of space-delimi nated values.153 * Read the specified number of space-delimited values. 154 154 * 155 155 * \param count The number of values to read.
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)