|
OXY API 1.0
OXY API Library Documentation
|
Function object to retrieve references from a storage container in the OXY-API. More...
#include <storage.hpp>
Public Member Functions | |
| references | operator() (connection_ptr const &conn) const |
| references | operator() (IStoragePtr const &stg) const |
| references | operator() (std::filesystem::path const &repo_path) const |
Function object to retrieve references from a storage container in the OXY-API.
This function object provides three operator() overloads: one that takes a connection pointer, another that takes a storage container pointer, and a third that takes a repository path. All overloads return a references map containing the references if available. It is designed to be used in a constexpr context for compile-time evaluation of reference retrieval operations.
| references oxy::api::get_references_fn::operator() | ( | connection_ptr const & | conn | ) | const |
| conn | - The connection pointer to the container. |
|
inline |
| stg | - The storage container pointer from which to retrieve the references. |
|
inline |
| repo_path | - The filesystem path to the repository from which to retrieve the references. |
References oxy::connect.