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

Is_Delim ( char  c  ) 

Definition at line 158 of file strtool.h.


Member Function Documentation

bool operator() ( char  c  )  const

Definition at line 160 of file strtool.h.


Member Data Documentation

char delim_

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:
Generated on Wed Feb 29 22:56:45 2012 for CXXUtilities by  doxygen 1.6.3