update docs
This commit is contained in:
@ -18,6 +18,9 @@ Time functions
|
|||||||
.. doxygenfunction:: walltime
|
.. doxygenfunction:: walltime
|
||||||
:project: progguide
|
:project: progguide
|
||||||
|
|
||||||
|
.. doxygenfunction:: usleep
|
||||||
|
:project: progguide
|
||||||
|
|
||||||
Platform information functions
|
Platform information functions
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
@ -88,6 +91,9 @@ File and path functions and global constants
|
|||||||
Standard I/O function wrappers
|
Standard I/O function wrappers
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
.. doxygenvariable:: END_OF_FILE
|
||||||
|
:project: progguide
|
||||||
|
|
||||||
.. doxygenfunction:: ftell
|
.. doxygenfunction:: ftell
|
||||||
:project: progguide
|
:project: progguide
|
||||||
|
|
||||||
|
|||||||
@ -3444,6 +3444,7 @@ usec
|
|||||||
uSemiParallel
|
uSemiParallel
|
||||||
userguide
|
userguide
|
||||||
username
|
username
|
||||||
|
usleep
|
||||||
usr
|
usr
|
||||||
util
|
util
|
||||||
utils
|
utils
|
||||||
|
|||||||
@ -46,8 +46,8 @@ TokenizerException::TokenizerException(const std::string &msg, const std::string
|
|||||||
|
|
||||||
\endverbatim
|
\endverbatim
|
||||||
*
|
*
|
||||||
* \param str string to be processed
|
* \param str string to be processed
|
||||||
* \param separators string with separator characters (default: " \t\r\n\f") */
|
* \param _separators string with separator characters (default: " \t\r\n\f") */
|
||||||
|
|
||||||
Tokenizer::Tokenizer(const std::string &str, const std::string &_separators) :
|
Tokenizer::Tokenizer(const std::string &str, const std::string &_separators) :
|
||||||
text(str), separators(_separators), start(0), ntokens(std::string::npos)
|
text(str), separators(_separators), start(0), ntokens(std::string::npos)
|
||||||
|
|||||||
Reference in New Issue
Block a user