A wrapper for TfToken.
More...
#include <Token.h>
|
| Token () |
| Abstraction handle for casting to underlying implementation type.
|
|
| Token (const char *text) |
|
| Token (const std::string &text) |
|
| Token (const Token::Handle &handle) |
|
| Token (Token &&rhs) noexcept |
|
Token & | operator= (Token &&rhs) noexcept |
|
| Token (const Token &rhs) |
|
Token & | operator= (const Token &rhs) |
|
const char * | text () const |
|
const std::string & | asString () const |
|
bool | empty () const |
|
bool | operator== (const Token &rhs) const |
|
bool | operator!= (const Token &rhs) const |
|
bool | operator< (const Token &rhs) const |
|
bool | operator> (const Token &rhs) const |
|
bool | operator<= (const Token &rhs) const |
|
bool | operator>= (const Token &rhs) const |
|
Token::Handle & | getToken (int usd_version) |
| Get the underlying TfToken.
|
|
const Token::Handle & | getToken (int usd_version) const |
|
uint64_t | hash () const |
| Get the hash of the underlying TfToken.
|
|
int | handleIndex () const |
| Returns the index of the underlying handle. For internal use only!
|
|
| Token (int handleIndex) |
| Assign from a pre-known handle index. For internal use only!
|
|
|
std::ostream & | operator<< (std::ostream &o, const Token &t) |
|