Class mediapipe::TimestampDiff
ClassList > mediapipe > TimestampDiff
Public Functions
Type | Name |
---|---|
std::string | DebugString () const |
int64_t | Microseconds () const |
double | Seconds () const |
TimestampDiff () |
|
TimestampDiff (int64_t timestamp) |
|
TimestampDiff (TimestampBaseType timestamp) |
|
int64_t | Value () const |
bool | operator!= (const TimestampDiff other) const |
TimestampDiff | operator+ (const TimestampDiff other) const |
Timestamp | operator+ (const Timestamp other) const |
const TimestampDiff | operator- () const |
TimestampDiff | operator- (const TimestampDiff other) const |
bool | operator< (const TimestampDiff other) const |
bool | operator<= (const TimestampDiff other) const |
bool | operator== (const TimestampDiff other) const |
bool | operator> (const TimestampDiff other) const |
bool | operator>= (const TimestampDiff other) const |
Public Static Functions
Type | Name |
---|---|
TimestampDiff | Unset () |
Public Functions Documentation
function DebugString
std::string mediapipe::TimestampDiff::DebugString () const
function Microseconds
inline int64_t mediapipe::TimestampDiff::Microseconds () const
function Seconds
inline double mediapipe::TimestampDiff::Seconds () const
function TimestampDiff [1/3]
inline mediapipe::TimestampDiff::TimestampDiff ()
function TimestampDiff [2/3]
inline mediapipe::TimestampDiff::TimestampDiff (
int64_t timestamp
)
function TimestampDiff [3/3]
inline mediapipe::TimestampDiff::TimestampDiff (
TimestampBaseType timestamp
)
function Value
inline int64_t mediapipe::TimestampDiff::Value () const
function operator!=
inline bool mediapipe::TimestampDiff::operator!= (
const TimestampDiff other
) const
function operator+
TimestampDiff mediapipe::TimestampDiff::operator+ (
const TimestampDiff other
) const
function operator+
Timestamp mediapipe::TimestampDiff::operator+ (
const Timestamp other
) const
function operator-
inline const TimestampDiff mediapipe::TimestampDiff::operator- () const
function operator-
TimestampDiff mediapipe::TimestampDiff::operator- (
const TimestampDiff other
) const
function operator<
inline bool mediapipe::TimestampDiff::operator< (
const TimestampDiff other
) const
function operator<=
inline bool mediapipe::TimestampDiff::operator<= (
const TimestampDiff other
) const
function operator==
inline bool mediapipe::TimestampDiff::operator== (
const TimestampDiff other
) const
function operator>
inline bool mediapipe::TimestampDiff::operator> (
const TimestampDiff other
) const
function operator>=
inline bool mediapipe::TimestampDiff::operator>= (
const TimestampDiff other
) const
Public Static Functions Documentation
function Unset
static inline TimestampDiff mediapipe::TimestampDiff::Unset ()
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/timestamp.h