PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Static Public Member Functions | List of all members
CDBTransaction< Parent, CommitTarget >::DataStreamCmp Struct Reference

#include <dbwrapper.h>

Public Member Functions

bool operator() (const CDataStream &a, const CDataStream &b) const
 

Static Public Member Functions

static bool less (const CDataStream &a, const CDataStream &b)
 

Detailed Description

template<typename Parent, typename CommitTarget>
struct CDBTransaction< Parent, CommitTarget >::DataStreamCmp

Definition at line 540 of file dbwrapper.h.

Member Function Documentation

◆ less()

template<typename Parent , typename CommitTarget >
static bool CDBTransaction< Parent, CommitTarget >::DataStreamCmp::less ( const CDataStream a,
const CDataStream b 
)
inlinestatic

Definition at line 541 of file dbwrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

template<typename Parent , typename CommitTarget >
bool CDBTransaction< Parent, CommitTarget >::DataStreamCmp::operator() ( const CDataStream a,
const CDataStream b 
) const
inline

Definition at line 547 of file dbwrapper.h.

Here is the call graph for this function:

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