Loading...
Searching...
No Matches
tokens.h
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef USDPROFILES_TOKENS_H
8#define USDPROFILES_TOKENS_H
9
11
12// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
13//
14// This is an automatically generated file (by usdGenSchema.py).
15// Do not hand-edit!
16//
17// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
18
19#include "pxr/pxr.h"
20#include "pxr/usd/usdProfiles/api.h"
22#include "pxr/base/tf/token.h"
23#include <vector>
24
25PXR_NAMESPACE_OPEN_SCOPE
26
27
47 USDPROFILES_API UsdProfilesTokensType();
53 const std::vector<TfToken> allTokens;
54};
55
60extern USDPROFILES_API TfStaticData<UsdProfilesTokensType> UsdProfilesTokens;
61
62PXR_NAMESPACE_CLOSE_SCOPE
63
64#endif
Create or return a previously created object instance of global data.
Definition staticData.h:96
Token for efficient comparison, assignment, and hashing of known strings.
Definition token.h:71
UsdProfilesTokens provides static, efficient TfTokens for use in all public USD API.
Definition tokens.h:46
const std::vector< TfToken > allTokens
A vector of all of the tokens listed above.
Definition tokens.h:53
const TfToken ClaimsAPI
"ClaimsAPI"
Definition tokens.h:51
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...