#include <BasicTagMatcher.h>
Inheritance diagram for Tagcoll::BasicFacetMatcher:
Public Member Functions | |
BasicFacetMatcher () throw () | |
virtual | ~BasicFacetMatcher () throw () |
void | setName (const std::string _name) throw () |
void | setString (const std::string _str) throw () |
bool | hasName () const throw () |
bool | hasString () const throw () |
bool | matchName (const std::string &text) const throw () |
bool | matchString (const std::string &text) const throw () |
bool | match (const Facet &facet) const throw () |
Protected Attributes | |
std::string | name |
std::string | str |
|
|
|
|
|
|
|
|
|
Reimplemented from Tagcoll::Matcher< Facet >. |
|
|
|
|
|
|
|
|
|
|
|
|