HDK
|
#include "UT_API.h"
#include "UT_BitArray.h"
#include "UT_ConcurrentHashMap.h"
#include "UT_ConcurrentVector.h"
#include "UT_HashFunctor.h"
#include "UT_IntArray.h"
#include "UT_IntrusivePtr.h"
#include "UT_Memory.h"
#include "UT_NonCopyable.h"
#include "UT_SmallObject.h"
#include "UT_SymbolTable.h"
Go to the source code of this file.
Classes | |
class | UT_TagList |
A comma separated list of tags (i.e. "fill,spot,red") More... | |
class | UT_TagExpression |
An expression to match tags (i.e. "* & ^fill") More... | |
class | UT_TagManager |
class | UT_TagManager::WeakKey |
Typedefs | |
using | UT_TagListPtr = UT_IntrusivePtr< UT_TagList > |
using | UT_TagExpressionPtr = UT_IntrusivePtr< UT_TagExpression > |
Definition at line 203 of file UT_TagManager.h.
using UT_TagListPtr = UT_IntrusivePtr<UT_TagList> |
Definition at line 202 of file UT_TagManager.h.