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

In-memory representation of a index object. More...

#include <type.hpp>

Inheritance diagram for oxy::index_t:

Public Member Functions

 index_t (const std::map< std::string, entry_t > &items)

Detailed Description

In-memory representation of a index object.

struct index_t;

An index object is a collection of entries, where each entry represents an item in the index. The index is identified by a unique oid and can be used to organize and manage the contents of a repository in the OXY system.