Bitcoin Core  28.1.0
P2P Digital Currency
Public Types | Public Member Functions | Private Attributes | Friends | List of all members
ipc::capnp::messages::Echo::EchoParams::Reader Class Reference

#include <echo.capnp.h>

Public Types

typedef EchoParams Reads
 

Public Member Functions

 Reader ()=default
 
 Reader (::capnp::_::StructReader base)
 
inline ::capnp::MessageSize totalSize () const
 
inline ::kj::StringTree toString () const
 
bool hasContext () const
 
inline ::mp::Context::Reader getContext () const
 
bool hasEcho () const
 
inline ::capnp::Text::Reader getEcho () const
 

Private Attributes

::capnp::_::StructReader _reader
 

Friends

template<typename , ::capnp::Kind >
struct ::capnp::ToDynamic_
 
template<typename , ::capnp::Kind >
struct ::capnp::_::PointerHelpers
 
template<typename , ::capnp::Kind >
struct ::capnp::List
 
class ::capnp::MessageBuilder
 
class ::capnp::Orphanage
 

Detailed Description

Definition at line 331 of file echo.capnp.h.

Member Typedef Documentation

◆ Reads

Definition at line 333 of file echo.capnp.h.

Constructor & Destructor Documentation

◆ Reader() [1/2]

ipc::capnp::messages::Echo::EchoParams::Reader::Reader ( )
default

◆ Reader() [2/2]

ipc::capnp::messages::Echo::EchoParams::Reader::Reader ( ::capnp::_::StructReader  base)
inlineexplicit

Definition at line 336 of file echo.capnp.h.

Member Function Documentation

◆ getContext()

mp::Context::Reader ipc::capnp::messages::Echo::EchoParams::Reader::getContext ( ) const
inline

Definition at line 577 of file echo.capnp.h.

◆ getEcho()

capnp::Text::Reader ipc::capnp::messages::Echo::EchoParams::Reader::getEcho ( ) const
inline

Definition at line 616 of file echo.capnp.h.

◆ hasContext()

bool ipc::capnp::messages::Echo::EchoParams::Reader::hasContext ( ) const
inline

Definition at line 569 of file echo.capnp.h.

◆ hasEcho()

bool ipc::capnp::messages::Echo::EchoParams::Reader::hasEcho ( ) const
inline

Definition at line 608 of file echo.capnp.h.

◆ toString()

inline ::kj::StringTree ipc::capnp::messages::Echo::EchoParams::Reader::toString ( ) const
inline

Definition at line 343 of file echo.capnp.h.

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

◆ totalSize()

inline ::capnp::MessageSize ipc::capnp::messages::Echo::EchoParams::Reader::totalSize ( ) const
inline

Definition at line 338 of file echo.capnp.h.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ ::capnp::_::PointerHelpers

template<typename , ::capnp::Kind >
friend struct ::capnp::_::PointerHelpers
friend

Definition at line 359 of file echo.capnp.h.

◆ ::capnp::List

template<typename , ::capnp::Kind >
friend struct ::capnp::List
friend

Definition at line 361 of file echo.capnp.h.

◆ ::capnp::MessageBuilder

friend class ::capnp::MessageBuilder
friend

Definition at line 362 of file echo.capnp.h.

◆ ::capnp::Orphanage

friend class ::capnp::Orphanage
friend

Definition at line 363 of file echo.capnp.h.

◆ ::capnp::ToDynamic_

template<typename , ::capnp::Kind >
friend struct ::capnp::ToDynamic_
friend

Definition at line 357 of file echo.capnp.h.

Member Data Documentation

◆ _reader

::capnp::_::StructReader ipc::capnp::messages::Echo::EchoParams::Reader::_reader
private

Definition at line 355 of file echo.capnp.h.


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