The time of frame capture
More...
#include <Zivid/FrameInfo.h>
|
| using | ValueType = std::chrono::system_clock::time_point |
| | The type of the underlying value More...
|
| |
|
| static constexpr bool | isContainer { false } |
| | Check if it contains child members More...
|
| |
| static constexpr const char * | path { "TimeStamp" } |
| | The full path for this value More...
|
| |
| static constexpr const char * | name { "TimeStamp" } |
| | The name of this value More...
|
| |
| static constexpr const char * | description { R"description(The time of frame capture)description" } |
| | The description for this value More...
|
| |
The time of frame capture
◆ ValueType
The type of the underlying value
◆ TimeStamp() [1/2]
| Zivid::FrameInfo::TimeStamp::TimeStamp |
( |
| ) |
|
|
default |
◆ TimeStamp() [2/2]
| constexpr Zivid::FrameInfo::TimeStamp::TimeStamp |
( |
ValueType |
value | ) |
|
|
inlineexplicitconstexprnoexcept |
◆ operator!=()
| bool Zivid::FrameInfo::TimeStamp::operator!= |
( |
const TimeStamp & |
other | ) |
const |
|
inline |
◆ operator<()
| bool Zivid::FrameInfo::TimeStamp::operator< |
( |
const TimeStamp & |
other | ) |
const |
|
inline |
◆ operator==()
| bool Zivid::FrameInfo::TimeStamp::operator== |
( |
const TimeStamp & |
other | ) |
const |
|
inline |
◆ operator>()
| bool Zivid::FrameInfo::TimeStamp::operator> |
( |
const TimeStamp & |
other | ) |
const |
|
inline |
◆ range()
The range of valid values
◆ setFromString()
| void Zivid::FrameInfo::TimeStamp::setFromString |
( |
const std::string & |
value | ) |
|
Set the value from string
◆ toString()
| std::string Zivid::FrameInfo::TimeStamp::toString |
( |
| ) |
const |
◆ value()
| const ValueType& Zivid::FrameInfo::TimeStamp::value |
( |
| ) |
const |
|
inline |
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const TimeStamp & |
value |
|
) |
| |
|
friend |
Operator to serialize the value to a stream
◆ operator>>
| std::istream& operator>> |
( |
std::istream & |
stream, |
|
|
TimeStamp & |
value |
|
) |
| |
|
friend |
Operator to set the value from a stream
◆ description
| constexpr const char* Zivid::FrameInfo::TimeStamp::description { R"description(The time of frame capture)description" } |
|
staticconstexpr |
The description for this value
◆ isContainer
| constexpr bool Zivid::FrameInfo::TimeStamp::isContainer { false } |
|
staticconstexpr |
Check if it contains child members
◆ name
| constexpr const char* Zivid::FrameInfo::TimeStamp::name { "TimeStamp" } |
|
staticconstexpr |
◆ path
| constexpr const char* Zivid::FrameInfo::TimeStamp::path { "TimeStamp" } |
|
staticconstexpr |
The full path for this value
The documentation for this class was generated from the following file: