#include <BasicTagMatcher.h>
Inheritance diagram for Tagcoll::BasicTagMatcher:

Public Member Functions | |
| BasicTagMatcher () throw () | |
| virtual | ~BasicTagMatcher () 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 () |
| virtual bool | match (const Tag &tag) const throw () |
Protected Attributes | |
| std::string | name |
| std::string | str |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Tagcoll::Matcher< Tag >.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8