![]() |
|
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 | GfTimeCode |
| Value type that represents a time code. More... | |
Functions | |
Related | |
Binary arithmetic and comparison operators with double or GfDuration valued lefthand side. | |
| constexpr bool | operator== (double time, const GfTimeCode &timeCode) noexcept |
| constexpr bool | operator!= (double time, const GfTimeCode &timeCode) noexcept |
| constexpr bool | operator< (double time, const GfTimeCode &timeCode) noexcept |
| constexpr bool | operator> (double time, const GfTimeCode &timeCode) noexcept |
| constexpr bool | operator<= (double time, const GfTimeCode &timeCode) noexcept |
| constexpr bool | operator>= (double time, const GfTimeCode &timeCode) noexcept |
| GF_API std::ostream & | operator<< (std::ostream &out, const GfTimeCode &ap) |
| Stream insertion operator for the string representation of this time code. | |
|
inlineconstexprnoexcept |
Definition at line 211 of file timeCode.h.
|
inlineconstexprnoexcept |
Definition at line 215 of file timeCode.h.
| GF_API std::ostream & operator<< | ( | std::ostream & | out, |
| const GfTimeCode & | ap ) |
Stream insertion operator for the string representation of this time code.
|
inlineconstexprnoexcept |
Definition at line 223 of file timeCode.h.
|
inlineconstexprnoexcept |
Definition at line 207 of file timeCode.h.
|
inlineconstexprnoexcept |
Definition at line 219 of file timeCode.h.
|
inlineconstexprnoexcept |
Definition at line 227 of file timeCode.h.