8#ifndef USD_VALIDATOR_TOKENS_H
9#define USD_VALIDATOR_TOKENS_H
14#include "pxr/usd/usd/api.h"
17PXR_NAMESPACE_OPEN_SCOPE
19#define USD_VALIDATOR_NAME_TOKENS \
20 ((compositionErrorTest, "usd:CompositionErrorTest"))
22#define USD_VALIDATOR_KEYWORD_TOKENS \
29 USD_VALIDATOR_NAME_TOKENS);
36 USD_VALIDATOR_KEYWORD_TOKENS);
38PXR_NAMESPACE_CLOSE_SCOPE
This file defines some macros that are useful for declaring and using static TfTokens.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.