Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
conflict_element_t Struct Reference
Collaboration diagram for conflict_element_t:

Public Member Functions

template<typename C , typename A >
 conflict_element_t (C &&c, const test_allocator< A > &)
 

Public Attributes

uint64_t id
 
int x0
 
int x1
 
int x2
 
throwing_copy dummy
 

Detailed Description

Definition at line 485 of file undo_index.cpp.

Constructor & Destructor Documentation

◆ conflict_element_t()

template<typename C , typename A >
conflict_element_t::conflict_element_t ( C && c,
const test_allocator< A > &  )
inline

Definition at line 487 of file undo_index.cpp.

487{ c(*this); }

Member Data Documentation

◆ dummy

throwing_copy conflict_element_t::dummy

Definition at line 492 of file undo_index.cpp.

◆ id

uint64_t conflict_element_t::id

Definition at line 488 of file undo_index.cpp.

◆ x0

int conflict_element_t::x0

Definition at line 489 of file undo_index.cpp.

◆ x1

int conflict_element_t::x1

Definition at line 490 of file undo_index.cpp.

◆ x2

int conflict_element_t::x2

Definition at line 491 of file undo_index.cpp.


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