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/sdf/api.h"
#include <algorithm>
#include <functional>
#include <iosfwd>
+ 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  SdfTimeCode
 
class  SdfTimeCode::Hash
 

Functions

Related

Binary arithmetic and comparison operators with double valued lefthand side.

constexpr SdfTimeCode operator* (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr SdfTimeCode operator/ (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr SdfTimeCode operator+ (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr SdfTimeCode operator- (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr bool operator== (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr bool operator!= (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr bool operator< (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr bool operator> (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr bool operator<= (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
constexpr bool operator>= (double time, const SdfTimeCode &timeCode) noexcept
 Stream insertion operator for the string representation of this time code. More...
 
SDF_API std::ostream & operator<< (std::ostream &out, const SdfTimeCode &ap)
 Stream insertion operator for the string representation of this time code. More...
 

Function Documentation

constexpr bool operator!= ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 146 of file timeCode.h.

constexpr SdfTimeCode operator* ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 126 of file timeCode.h.

constexpr SdfTimeCode operator+ ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 134 of file timeCode.h.

constexpr SdfTimeCode operator- ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 138 of file timeCode.h.

constexpr SdfTimeCode operator/ ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 130 of file timeCode.h.

constexpr bool operator< ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 150 of file timeCode.h.

SDF_API std::ostream& operator<< ( std::ostream &  out,
const SdfTimeCode ap 
)

Stream insertion operator for the string representation of this time code.

constexpr bool operator<= ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 158 of file timeCode.h.

constexpr bool operator== ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 142 of file timeCode.h.

constexpr bool operator> ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 154 of file timeCode.h.

constexpr bool operator>= ( double  time,
const SdfTimeCode timeCode 
)
inlinenoexcept

Stream insertion operator for the string representation of this time code.

Definition at line 162 of file timeCode.h.