#include <clua.h>
Public Member Functions | |
lua_text_pattern (const std::string &pattern) | |
~lua_text_pattern () | |
bool | valid () const |
bool | matches (const std::string &s) const |
Static Public Member Functions | |
static bool | is_lua_pattern (const std::string &s) |
lua_text_pattern::lua_text_pattern | ( | const std::string & | pattern | ) |
lua_text_pattern::~lua_text_pattern | ( | ) |
bool lua_text_pattern::valid | ( | ) | const [virtual] |
Implements base_pattern.
bool lua_text_pattern::matches | ( | const std::string & | s | ) | const [virtual] |
bool lua_text_pattern::is_lua_pattern | ( | const std::string & | s | ) | [static] |