Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | Friends | List of all members
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 More...
 

Detailed Description

Definition at line 21 of file poolresourcetester.h.

Constructor & Destructor Documentation

◆ PtrAndBytes()

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

Definition at line 25 of file poolresourcetester.h.

Friends And Related Function Documentation

◆ operator<

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

defines a sort ordering by the pointer value

Definition at line 33 of file poolresourcetester.h.

Member Data Documentation

◆ ptr

uintptr_t PoolResourceTester::PtrAndBytes::ptr

Definition at line 22 of file poolresourcetester.h.

◆ size

std::size_t PoolResourceTester::PtrAndBytes::size

Definition at line 23 of file poolresourcetester.h.


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