OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
defs.hpp File Reference

Core definitions for the OXY_API library. More...

Namespaces

namespace  oxy
 This root namespace contains the common types and operations for the OXY-API library.
namespace  oxy::core
 This namespace contains core types and operations for the OXY-API library.

Variables

constexpr const char oxy::CONFIG [] = "CONFIG"
constexpr const char oxy::CONTAINERS [] = "containers"
constexpr const char oxy::HEADS [] = "heads"
constexpr const char oxy::ICON [] = "ICON"
constexpr const char oxy::MAIN [] = "heads:main"
constexpr const char oxy::MANIFEST [] = "heads:manifest"
constexpr const char oxy::METADATA [] = "metadata"
constexpr const char oxy::PROPERTIES [] = "PROPERTIES"
constexpr const char oxy::REMOTES [] = "remotes"
constexpr const char oxy::STREAMS [] = "streams"
constexpr const char oxy::TIMELINE [] = "timeline"

Detailed Description

Core definitions for the OXY_API library.

This header defines various string constants used throughout the OXY_API library, particularly in the context of configuration, containers, heads, icons, manifests, metadata, properties, remotes, streams, and timelines. These constants serve as identifiers for different components and functionalities within the library, facilitating consistent reference and usage across the codebase.

@license MPL-2.0