|
OXY API 1.0
OXY API Library Documentation
|
Representation of an OXY object. More...
#include <type.hpp>
Public Member Functions | |
| constexpr | object_t (const oid_t &oid, const eType &type={}) |
| auto | empty () const noexcept |
| constexpr auto & | oid () const |
| constexpr bool | operator< (const object_t &rhs) const |
| constexpr bool | operator== (const object_t &rhs) const |
| constexpr auto & | type () const |
Representation of an OXY object.
An OXY object is a generic representation of any object in the OXY system, which can be of different types such as commit, index, or blob. Each object has a unique identifier (oid) and a type (eType).