|
TrueReality
v0.1.1912
|
Generic string delimeter check function class. More...
#include <StringUtils.h>


Public Member Functions | |
| IsDelimeter (char delim) | |
| bool | operator() (char c) const |
Private Attributes | |
| char | mDelimeter |
Additional Inherited Members | |
Public Types inherited from trUtil::UnaryFunction< char, bool > | |
| typedef char | argumentType |
| typedef bool | resultType |
Generic string delimeter check function class.
Based on the character passed to the constructor, this class will check for that character.
Definition at line 163 of file StringUtils.h.
|
inline |
Definition at line 166 of file StringUtils.h.
|
inline |
Definition at line 167 of file StringUtils.h.
|
private |
Definition at line 169 of file StringUtils.h.