TrueReality  v0.1.1912
trUtil::StringUtils::IsDelimeter Class Reference

Generic string delimeter check function class. More...

#include <StringUtils.h>

Inheritance diagram for trUtil::StringUtils::IsDelimeter:
Collaboration diagram for trUtil::StringUtils::IsDelimeter:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IsDelimeter()

trUtil::StringUtils::IsDelimeter::IsDelimeter ( char  delim)
inline

Definition at line 166 of file StringUtils.h.

Member Function Documentation

◆ operator()()

bool trUtil::StringUtils::IsDelimeter::operator() ( char  c) const
inline

Definition at line 167 of file StringUtils.h.

Member Data Documentation

◆ mDelimeter

char trUtil::StringUtils::IsDelimeter::mDelimeter
private

Definition at line 169 of file StringUtils.h.


The documentation for this class was generated from the following file: