#include "glob-match.h"
Public Member Functions | |
symbol_match (const std::string &pattern) | |
symbol_match (const symbol_match &) | |
~symbol_match ()=default | |
bool | match (const std::string &sym) |
symbol_match & | operator= (const symbol_match &in) |
void | set_pattern (const std::string &p) |
Definition at line 99 of file glob-match.h.
symbol_match::symbol_match | ( | const std::string & | pattern | ) |
Definition at line 63 of file glob-match.cc.
symbol_match::symbol_match | ( | const symbol_match & | in | ) |
Definition at line 74 of file glob-match.cc.
|
default |
bool symbol_match::match | ( | const std::string & | sym | ) |
Definition at line 86 of file glob-match.cc.
Referenced by symbol_table::clear_function_pattern(), call_stack::clear_global_variable_pattern(), call_stack::do_global_who_two(), and read_hdf5_data().
|
inline |
Definition at line 118 of file glob-match.h.
|
inline |
Definition at line 133 of file glob-match.h.