26 #ifndef TG_TAG_SEARCH_H
27 #define TG_TAG_SEARCH_H
54 tgTagSearch(std::string search_string) : m_search(search_string)
66 return tags.contains(m_search);
71 return matches(taggable.getTags());
92 m_search.remove(tags);
bool matches(const tgTags &parentTags, const tgTags &tags)
const bool matches(const tgTags &tags) const
Contains the definition of class tgTaggable.