HDK
|
#include <GT_Utils.h>
Public Types | |
typedef UT_VariadicT< GT_Owner > | OwnerArgs |
Public Member Functions | |
GUSD_API | GusdGT_AttrFilter (const std::string &pattern="*") |
GUSD_API | GusdGT_AttrFilter (const GusdGT_AttrFilter &rhs) |
GUSD_API void | setPattern (GT_Owner owner, const std::string &pattern) |
GUSD_API void | appendPattern (GT_Owner owner, const std::string &pattern) |
GUSD_API bool | matches (const std::string &str) const |
GUSD_API void | setActiveOwners (const OwnerArgs &owners) const |
Definition at line 56 of file GT_Utils.h.
Definition at line 59 of file GT_Utils.h.
|
explicit |
GUSD_API GusdGT_AttrFilter::GusdGT_AttrFilter | ( | const GusdGT_AttrFilter & | rhs | ) |
GUSD_API void GusdGT_AttrFilter::appendPattern | ( | GT_Owner | owner, |
const std::string & | pattern | ||
) |
GUSD_API bool GusdGT_AttrFilter::matches | ( | const std::string & | str | ) | const |
GUSD_API void GusdGT_AttrFilter::setPattern | ( | GT_Owner | owner, |
const std::string & | pattern | ||
) |