CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::kv::TxID Struct Reference

#include <kv_types.h>

Public Member Functions

 TxID ()=default
 
 TxID (Term t, Version v)
 
 TxID (const ccf::TxID &other)
 
 operator ccf::TxID () const
 
bool operator== (const TxID &other) const
 
std::string str () const
 

Public Attributes

Term term = 0
 
Version version = 0
 

Constructor & Destructor Documentation

◆ TxID() [1/3]

ccf::kv::TxID::TxID ( )
default

◆ TxID() [2/3]

ccf::kv::TxID::TxID ( Term  t,
Version  v 
)
inline

◆ TxID() [3/3]

ccf::kv::TxID::TxID ( const ccf::TxID other)
inline

Member Function Documentation

◆ operator ccf::TxID()

ccf::kv::TxID::operator ccf::TxID ( ) const
inline

◆ operator==()

bool ccf::kv::TxID::operator== ( const TxID other) const
inline

◆ str()

std::string ccf::kv::TxID::str ( ) const
inline

Member Data Documentation

◆ term

Term ccf::kv::TxID::term = 0

◆ version

Version ccf::kv::TxID::version = 0

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