HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
timeCode.h File Reference
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/usd/sdf/timeCode.h"
#include "pxr/base/arch/hints.h"
#include "pxr/base/tf/staticTokens.h"
#include "pxr/base/tf/hash.h"
#include <limits>
#include <iosfwd>
#include <cmath>
+ Include dependency graph for timeCode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdTimeCode
 

Macros

#define USD_TIME_CODE_TOKENS
 

Functions

 TF_DECLARE_PUBLIC_TOKENS (UsdTimeCodeTokens, USD_API, USD_TIME_CODE_TOKENS)
 
USD_API std::ostream & operator<< (std::ostream &os, const UsdTimeCode &time)
 
USD_API std::istream & operator>> (std::istream &is, UsdTimeCode &time)
 

Macro Definition Documentation

#define USD_TIME_CODE_TOKENS
Value:

Definition at line 42 of file timeCode.h.

Function Documentation

USD_API std::ostream& operator<< ( std::ostream &  os,
const UsdTimeCode time 
)
USD_API std::istream& operator>> ( std::istream &  is,
UsdTimeCode time 
)
TF_DECLARE_PUBLIC_TOKENS ( UsdTimeCodeTokens  ,
USD_API  ,
USD_TIME_CODE_TOKENS   
)