Itoyori  v0.0.1
ityr::checkout_mode Namespace Reference

Classes

struct  no_access_t
 See ityr::checkout_mode::no_access. More...
 

Typedefs

using read_t = ori::mode::read_t
 See ityr::checkout_mode::read. More...
 
using write_t = ori::mode::write_t
 See ityr::checkout_mode::write. More...
 
using read_write_t = ori::mode::read_write_t
 See ityr::checkout_mode::read_write. More...
 

Variables

constexpr read_t read
 Read-only checkout mode. More...
 
constexpr write_t write
 Write-only checkout mode. More...
 
constexpr read_write_t read_write
 Read+Write checkout mode. More...
 
constexpr no_access_t no_access
 Checkout mode to disable automatic checkout. More...
 

Typedef Documentation

◆ read_t

◆ read_write_t

◆ write_t

Variable Documentation

◆ no_access

constexpr no_access_t ityr::checkout_mode::no_access
inlineconstexpr

Checkout mode to disable automatic checkout.

See also
ityr::make_global_iterator().

◆ read

constexpr read_t ityr::checkout_mode::read
inlineconstexpr

Read-only checkout mode.

See also
ityr::make_checkout().
ityr::make_global_iterator().

◆ read_write

constexpr read_write_t ityr::checkout_mode::read_write
inlineconstexpr

Read+Write checkout mode.

See also
ityr::make_checkout().
ityr::make_global_iterator().

◆ write

constexpr write_t ityr::checkout_mode::write
inlineconstexpr

Write-only checkout mode.

See also
ityr::make_checkout().
ityr::make_global_iterator().