Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
toolbox::util::TransTraits< TargetT > Struct Template Reference

#include <toolbox/util/Trans.hpp>

Static Public Member Functions

static void start (TargetT &target)
 
static void commit (TargetT &target)
 
static void rollback (TargetT &target) noexcept
 

Detailed Description

template<typename TargetT>
struct toolbox::util::TransTraits< TargetT >

Definition at line 26 of file Trans.hpp.

Member Function Documentation

◆ start()

template<typename TargetT >
static void toolbox::util::TransTraits< TargetT >::start ( TargetT target)
inlinestatic

Definition at line 27 of file Trans.hpp.

◆ commit()

template<typename TargetT >
static void toolbox::util::TransTraits< TargetT >::commit ( TargetT target)
inlinestatic

Definition at line 28 of file Trans.hpp.

◆ rollback()

template<typename TargetT >
static void toolbox::util::TransTraits< TargetT >::rollback ( TargetT target)
inlinestaticnoexcept

Definition at line 29 of file Trans.hpp.


The documentation for this struct was generated from the following file: