cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
operation_type.h File Reference

Definition of OperationType enumeration. More...

#include <cstdint>
Include dependency graph for operation_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::executors
 Namespace of executors to process asynchronous tasks.

Enumerations

enum class  msgpack_rpc::executors::OperationType : std::uint8_t { msgpack_rpc::executors::TRANSPORT , msgpack_rpc::executors::CALLBACK }
 Enumeration of types of operations. More...

Detailed Description

Definition of OperationType enumeration.

Definition in file operation_type.h.