CUBRID Engine  latest
lockfree::tran Namespace Reference

Classes

class  descriptor
 
class  reclaimable_node
 
class  system
 
class  table
 

Typedefs

using index = size_t
 
using id = std::uint64_t
 

Variables

static const id INVALID_TRANID = std::numeric_limits<id>::max ()
 
static const index INVALID_INDEX = std::numeric_limits<index>::max ()
 

Typedef Documentation

using lockfree::tran::id = typedef std::uint64_t

Definition at line 33 of file lockfree_transaction_def.hpp.

using lockfree::tran::index = typedef size_t

Definition at line 30 of file lockfree_transaction_def.hpp.

Variable Documentation

const index lockfree::tran::INVALID_INDEX = std::numeric_limits<index>::max ()
static