Is_Delim Struct Reference
#include <strtool.h>
List of all members.
Public Member Functions |
| Is_Delim (char c) |
bool | operator() (char c) const |
Public Attributes |
char | delim_ |
| If you want to use the parse_words method to split a string into substrings, separated by some delimiter, use this functor.
|
Detailed Description
Definition at line 150 of file strtool.h.
Constructor & Destructor Documentation
Member Function Documentation
bool operator() |
( |
char |
c |
) |
const |
Member Data Documentation
If you want to use the parse_words method to split a string into substrings, separated by some delimiter, use this functor.
Definition at line 156 of file strtool.h.
The documentation for this struct was generated from the following file: