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

#include <tx_id.h>

Public Member Functions

std::string to_str () const
 
bool operator== (const TxID &other) const
 

Static Public Member Functions

static std::optional< TxIDfrom_str (const std::string_view &sv)
 

Public Attributes

View view = VIEW_UNKNOWN
 
SeqNo seqno = SEQNO_UNKNOWN
 

Member Function Documentation

◆ from_str()

static std::optional< TxID > ccf::TxID::from_str ( const std::string_view &  sv)
inlinestatic

◆ operator==()

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

◆ to_str()

std::string ccf::TxID::to_str ( ) const
inline

Member Data Documentation

◆ seqno

SeqNo ccf::TxID::seqno = SEQNO_UNKNOWN

◆ view

View ccf::TxID::view = VIEW_UNKNOWN

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