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

In-memory representation of a manifest. More...

#include <type.hpp>

Public Member Functions

constexpr manifest_t (std::string const &name, category_t const &category, tags_t const &tags)
constexpr auto & category () const
auto empty () const noexcept
 explicit (false) const expr manifest_t(std
constexpr auto & name () const
bool operator< (manifest_t const &rhs) const
bool operator== (manifest_t const &rhs) const
constexpr auto & tags () const

Detailed Description

In-memory representation of a manifest.

This structure represents a manifest in memory, containing its name, category, and associated tags. It provides constructors for initialization, methods to check if the manifest is empty, and accessors for its properties. The structure also defines comparison operators for equality and ordering based on the manifest's name.