|
OXY API 1.0
OXY API Library Documentation
|
Index representation and operations for the oxy core library. More...
Classes | |
| struct | oxy::core::get_index_fn |
| Function object to retrieve an index from a connection and an OID or object. More... | |
| struct | oxy::core::make_index_fn |
| Function object to create an index from a connection and an index item. More... | |
| struct | oxy::core::push_index_fn |
| Function object to push an index item to a connection. 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 get_index_fn | oxy::core::get_index |
| A constexpr instance of the get_index_fn function object for use in functional programming. | |
| constexpr make_index_fn | oxy::core::make_index |
| A constexpr instance of the make_index_fn function object for use in functional programming. | |
| constexpr push_index_fn | oxy::core::push_index |
| A constexpr instance of the push_index_fn function object for use in functional programming. | |
Index representation and operations for the oxy core library.
This header defines the index_t type, which represents an index in a version control system. It also provides operations to create, retrieve, and push index items using coroutines.
@license MPL-2.0