Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | List of all members
FooImplementation Class Reference

#include <ipc_test.h>

Public Member Functions

int add (int a, int b)
 
COutPoint passOutPoint (COutPoint o)
 
UniValue passUniValue (UniValue v)
 
CTransactionRef passTransaction (CTransactionRef t)
 
std::vector< char > passVectorChar (std::vector< char > v)
 
BlockValidationState passBlockState (BlockValidationState s)
 

Detailed Description

Definition at line 13 of file ipc_test.h.

Member Function Documentation

◆ add()

int FooImplementation::add ( int  a,
int  b 
)
inline

Definition at line 16 of file ipc_test.h.

◆ passBlockState()

BlockValidationState FooImplementation::passBlockState ( BlockValidationState  s)
inline

Definition at line 21 of file ipc_test.h.

◆ passOutPoint()

COutPoint FooImplementation::passOutPoint ( COutPoint  o)
inline

Definition at line 17 of file ipc_test.h.

◆ passTransaction()

CTransactionRef FooImplementation::passTransaction ( CTransactionRef  t)
inline

Definition at line 19 of file ipc_test.h.

◆ passUniValue()

UniValue FooImplementation::passUniValue ( UniValue  v)
inline

Definition at line 18 of file ipc_test.h.

◆ passVectorChar()

std::vector< char > FooImplementation::passVectorChar ( std::vector< char >  v)
inline

Definition at line 20 of file ipc_test.h.


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