Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
PoolResourceTester::PtrAndBytes Struct Reference

Public Member Functions

 PtrAndBytes (const void *p, std::size_t s)

Public Attributes

uintptr_t ptr
std::size_t size

Friends

bool operator< (PtrAndBytes const &a, PtrAndBytes const &b)
 defines a sort ordering by the pointer value

Detailed Description

Definition at line 22 of file poolresourcetester.h.

Constructor & Destructor Documentation

◆ PtrAndBytes()

PoolResourceTester::PtrAndBytes::PtrAndBytes ( const void * p,
std::size_t s )
inline

Definition at line 26 of file poolresourcetester.h.

Here is the caller graph for this function:

◆ operator<

bool operator< ( PtrAndBytes const & a,
PtrAndBytes const & b )
friend

defines a sort ordering by the pointer value

Definition at line 34 of file poolresourcetester.h.

Member Data Documentation

◆ ptr

uintptr_t PoolResourceTester::PtrAndBytes::ptr

Definition at line 23 of file poolresourcetester.h.

◆ size

std::size_t PoolResourceTester::PtrAndBytes::size

Definition at line 24 of file poolresourcetester.h.


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