Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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< charpassVectorChar (std::vector< char > v)
 
BlockValidationState passBlockState (BlockValidationState s)
 
CScript passScript (CScript s)
 

Detailed Description

Definition at line 14 of file ipc_test.h.

Member Function Documentation

◆ add()

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

Definition at line 17 of file ipc_test.h.

Here is the call graph for this function:

◆ passBlockState()

BlockValidationState FooImplementation::passBlockState ( BlockValidationState s)
inline

Definition at line 22 of file ipc_test.h.

◆ passOutPoint()

COutPoint FooImplementation::passOutPoint ( COutPoint o)
inline

Definition at line 18 of file ipc_test.h.

Here is the call graph for this function:

◆ passScript()

CScript FooImplementation::passScript ( CScript s)
inline

Definition at line 23 of file ipc_test.h.

◆ passTransaction()

CTransactionRef FooImplementation::passTransaction ( CTransactionRef t)
inline

Definition at line 20 of file ipc_test.h.

◆ passUniValue()

UniValue FooImplementation::passUniValue ( UniValue v)
inline

Definition at line 19 of file ipc_test.h.

◆ passVectorChar()

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

Definition at line 21 of file ipc_test.h.


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