NTRT Simulator
Version: Master
|
#include <tgTagSearch.h>
Public Member Functions | |
tgTagSearch (std::string search_string) | |
const bool | matches (const tgTags &tags) const |
const bool | matches (const tgTaggable &taggable) const |
bool | matches (const tgTags &parentTags, const tgTags &tags) |
void | remove (const tgTags &tags) |
Represents a search to be performed on a tgTaggable
Definition at line 48 of file tgTagSearch.h.
|
inline |
Do the tags match this search?
Definition at line 62 of file tgTagSearch.h.
Allows matching of children with the parent's tags virtually added to all children that are being searched
Definition at line 78 of file tgTagSearch.h.
|
inline |
Remove the given tags from the search
Definition at line 89 of file tgTagSearch.h.