|
Xpace
|
#include <matchstring.h>
Public Types | |
| typedef STR::charType | CH |
| typedef std::function< bool(int64)> | intFunc |
Public Member Functions | |
| MatchString (const String &fmt) | |
| const STR & | getNativeFormat () const |
| const String & | getStringFormat () const |
| bool | add (const CH ch, intFunc fn) |
| bool | match (const STR str) const |
| template<> | |
| MatchString (const String &fmt) | |
| template<> | |
| MatchString (const String &fmt) | |
Definition at line 37 of file matchstring.h.
| typedef STR::charType Xpace::MatchString< STR >::CH |
Definition at line 40 of file matchstring.h.
| typedef std::function<bool(int64)> Xpace::MatchString< STR >::intFunc |
Definition at line 43 of file matchstring.h.
| Xpace::MatchString< STR >::MatchString | ( | const String & | fmt | ) |
Referenced by Xpace::MatchString< STR >::getStringFormat(), and Xpace::MatchString< STR >::MatchString().
|
inline |
Definition at line 97 of file matchstring.h.
References Xpace::IntWrapper< FUNCTION >::f, Xpace::MatchString< STR >::MatchString(), and Xpace::String::toUtf8().
|
inline |
Definition at line 109 of file matchstring.h.
References Xpace::MatchString< STR >::add(), Xpace::IntWrapper< FUNCTION >::f, and Xpace::String::toUtf16().
|
inline |
Definition at line 49 of file matchstring.h.
|
inline |
Definition at line 56 of file matchstring.h.
References Xpace::MatchString< STR >::MatchString().
|
inline |
Definition at line 125 of file matchstring.h.
References Xpace::IntWrapper< FUNCTION >::f, and Xpace::MatchString< STR >::match().
Referenced by Xpace::MatchString< STR >::MatchString().
|
inline |
Definition at line 142 of file matchstring.h.
References Xpace::IntWrapper< FUNCTION >::f.
Referenced by Xpace::MatchString< STR >::add().