#include <TagSet.h>
Public Member Functions | |
TagSet ()=default | |
TagSet (const Tag &t) | |
Automatic conversion between a tag and a tagset composed of this tag. More... | |
bool | includes (const Tag &t) const |
Returns true if this TagSet contains specified tag. More... | |
bool | includes (const TagSet &t) const |
Returns true if this TagSet contains all specified tags. More... | |
|
default |
sofa::core::objectmodel::TagSet::TagSet | ( | const Tag & | t | ) |
Automatic conversion between a tag and a tagset composed of this tag.
bool sofa::core::objectmodel::TagSet::includes | ( | const Tag & | t | ) | const |
Returns true if this TagSet contains specified tag.