Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | List of all members
interfaces::Echo Class Referenceabstract

Simple string echoing interface for testing. More...

#include <echo.h>

Public Member Functions

virtual ~Echo ()
 
virtual std::string echo (const std::string &echo)=0
 Echo provided string. More...
 

Detailed Description

Simple string echoing interface for testing.

Definition at line 13 of file echo.h.

Constructor & Destructor Documentation

◆ ~Echo()

virtual interfaces::Echo::~Echo ( )
inlinevirtual

Definition at line 16 of file echo.h.

Member Function Documentation

◆ echo()

virtual std::string interfaces::Echo::echo ( const std::string &  echo)
pure virtual

Echo provided string.


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