#include <Glob.h>
Definition at line 22 of file Glob.h.
Static Public Member Functions | |
static bool | fixed_glob (const char *pat, const char *str) |
Classes | |
struct | State |
bool oasys::Glob::fixed_glob | ( | const char * | pat, | |
const char * | str | |||
) | [static] |
Cheapo glob with a fixed size stack and no external memory usage. XXX/bowei - handle escapes.
Definition at line 22 of file Glob.cc.
References oasys::Glob::State::pat_, and oasys::Glob::State::to_match_.
Referenced by oasys::RuleSet::do_match(), and oasys::Log::find_rule().