OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::object_t Struct Reference

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

Detailed Description

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).