|
TrueReality
v0.1.1912
|
A functor for using std::find or whatever that will compare two strings case sensitive or insensitive. More...
#include <StringUtils.h>
Public Member Functions | |
| StrCompareFunc (const std::string &mainString, bool caseSensitive=true) | |
| Constructor. More... | |
| bool | operator() (const std::string &toCompare) |
Public Attributes | |
| const std::string & | mString |
| bool | mCaseSensitive |
A functor for using std::find or whatever that will compare two strings case sensitive or insensitive.
Definition at line 243 of file StringUtils.h.
|
inline |
Constructor.
| mainString | The main string. |
| caseSensitive | (Optional) True to case sensitive. |
Definition at line 253 of file StringUtils.h.
|
inline |
Definition at line 259 of file StringUtils.h.
References trUtil::StringUtils::StrCompare().

| bool trUtil::StringUtils::StrCompareFunc::mCaseSensitive |
Definition at line 265 of file StringUtils.h.
| const std::string& trUtil::StringUtils::StrCompareFunc::mString |
Definition at line 264 of file StringUtils.h.