OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::core::object Namespace Reference

This namespace contains function objects and operations related to object management in the oxy library. More...

Classes

struct  create_filter_fn
 Function object to create a filter in the database. More...
struct  except_fn
 Function object to exclude objects from the container. More...
struct  get_data_fn
 Function object to retrieve data associated with objects in the container. More...
struct  get_fn
 Function object to retrieve objects from the container. More...
struct  get_when_fn
 Function object to retrieve the timestamp associated with an object in the container. More...
struct  intersect_fn
 Function object to intersect objects in the container. More...
struct  pull_fn
 Function object to pull objects and their contents from the container. More...
struct  pull_oid_fn
 Function object to pull OIDs from the container. More...
struct  push_fn
 Function object to push objects and their contents to the container. More...
struct  remove_fn
 Function object to remove objects from the container. More...

Variables

constexpr create_filter_fn create_filter
 A constexpr instance of the create_filter_fn function object for use in functional programming.
constexpr except_fn except
 A constexpr instance of the except_fn function object for use in functional programming.
constexpr get_fn get
 A constexpr instance of the get_fn function object for use in functional programming.
constexpr get_data_fn get_data
 A constexpr instance of the get_data_fn function object for use in functional programming.
constexpr get_when_fn get_when
 A constexpr instance of the get_when_fn function object for use in functional programming.
constexpr intersect_fn intersect
 A constexpr instance of the intersect_fn function object for use in functional programming.
constexpr pull_fn pull
 A constexpr instance of the pull_fn function object for use in functional programming.
constexpr pull_oid_fn pull_oid
 A constexpr instance of the pull_oid_fn function object for use in functional programming.
constexpr push_fn push
 A constexpr instance of the push_fn function object for use in functional programming.
constexpr remove_fn remove
 A constexpr instance of the remove_fn function object for use in functional programming.

Detailed Description

This namespace contains function objects and operations related to object management in the oxy library.