OpenCBDC Transaction Processor
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
h
i
k
l
p
r
s
t
v
w
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
h
i
m
Typedefs
b
c
d
e
f
g
h
i
k
l
p
r
s
t
v
Enumerations
Related Symbols
Files
File List
Globals
All
Functions
Typedefs
▼
OpenCBDC Transaction Processor
►
Namespaces
►
Data Structures
▼
Files
▼
File List
▼
src
▼
parsec
▼
agent
►
runners
►
agentd.cpp
client.cpp
►
client.hpp
►
format.cpp
►
format.hpp
impl.cpp
►
impl.hpp
interface.cpp
►
interface.hpp
►
messages.hpp
server_interface.cpp
►
server_interface.hpp
►
broker
►
directory
►
runtime_locking_shard
►
ticket_machine
►
util.cpp
►
util.hpp
►
uhs
►
util
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Loading...
Searching...
No Matches
parsec/agent/format.hpp
Go to the documentation of this file.
1
// Copyright (c) 2021 MIT Digital Currency Initiative,
2
// Federal Reserve Bank of Boston
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef OPENCBDC_TX_SRC_PARSEC_AGENT_FORMAT_H_
7
#define OPENCBDC_TX_SRC_PARSEC_AGENT_FORMAT_H_
8
9
#include "
messages.hpp
"
10
#include "
util/serialization/serializer.hpp
"
11
12
namespace
cbdc
{
13
auto
operator<<
(serializer& ser,
const
parsec::agent::rpc::request
& req)
14
-> serializer&;
15
auto
operator>>
(serializer& deser,
parsec::agent::rpc::request
& req)
16
-> serializer&;
17
}
18
19
#endif
cbdc::parsec::agent::rpc::request
exec_request request
Agent RPC request type.
Definition
parsec/agent/messages.hpp:23
cbdc
Definition
parsec/agent/client.cpp:11
cbdc::operator>>
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
Definition
parsec/agent/format.cpp:16
cbdc::operator<<
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &
Definition
parsec/agent/format.cpp:11
messages.hpp
serializer.hpp
src
parsec
agent
format.hpp
Generated by
1.12.0