Joedb
10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
rpc
Signature.h
Go to the documentation of this file.
1
#ifndef joedb_rpc_Signature_declared
2
#define joedb_rpc_Signature_declared
3
4
#include <string>
5
6
namespace
joedb::rpc
7
{
8
/// Signature of a procedure, used both on client and server side
9
///
10
/// @ingroup rpc
11
struct
Signature
12
{
13
const
std::string
name
;
14
const
std::string
prolog
;
15
};
16
}
17
18
#endif
joedb::rpc
Definition
Client.h:15
joedb::rpc::Signature
Signature of a procedure, used both on client and server side.
Definition
Signature.h:12
joedb::rpc::Signature::prolog
const std::string prolog
Definition
Signature.h:14
joedb::rpc::Signature::name
const std::string name
Definition
Signature.h:13
Generated by
1.9.8