Go to the source code of this file.
Classes | |
class | TfEnum |
An enum class that records both enum type and enum value. More... | |
Macros | |
#define | TF_ADD_ENUM_NAME(VAL,...) |
Macro used to associate a name with an enumerated value. More... | |
Functions | |
template<class HashState , class Enum > | |
std::enable_if_t< std::is_same < Enum, TfEnum >::value > | TfHashAppend (HashState &h, Enum const &e) |
TF_API std::ostream & | operator<< (std::ostream &out, const TfEnum &e) |
Output a TfEnum value. More... | |