logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tokenizer.h - string tokenizer.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                                  tokenizer.h(3)

Detailed Description

       string tokenizer.

Name

       tokenizer.h - string tokenizer.

Synopsis

       #include <cc++/missing.h>
       #include <cc++/thread.h>

   Classes
       class ost::StringTokenizer
           Splits delimited string into tokens.
       class ost::StringTokenizer::NoSuchElementException
           Exception thrown, if someone tried to read beyond the end of the tokens.
       class ost::StringTokenizer::iterator
           The input forward iterator for tokens.

   Namespacesost

See Also