NTRT Simulator
|
#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) |
Represents a search to be performed on a tgTaggable
Definition at line 47 of file tgTagSearch.h.
|
inline |
Do the tags match this search?
Definition at line 61 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 77 of file tgTagSearch.h.