27 :
name(std::move(_name)),
type(_type) {}
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
TimeType
Describes the type of a timeline or time point.
Definition timeline.hpp:11
Definition of a timeline.
Definition timeline.hpp:17
std::string name
The name of the timeline.
Definition timeline.hpp:19
Timeline(std::string _name, TimeType _type=TimeType::Time)
Creates a new timeline.
Definition timeline.hpp:26
Error to_c_ffi_struct(rr_timeline &out_column) const
To rerun C API timeline.
TimeType type
The type of the timeline.
Definition timeline.hpp:22