#include <transaction.h>
Definition at line 40 of file transaction.h.
◆ Transaction() [1/2]
grpc_binder::Transaction::Transaction |
( |
int |
tx_code, |
|
|
bool |
is_client |
|
) |
| |
|
inline |
◆ Transaction() [2/2]
◆ GetFlags()
int grpc_binder::Transaction::GetFlags |
( |
| ) |
const |
|
inline |
◆ GetMessageData()
◆ GetMethodRef()
◆ GetPrefixMetadata()
const Metadata& grpc_binder::Transaction::GetPrefixMetadata |
( |
| ) |
const |
|
inline |
◆ GetStatusDesc()
◆ GetSuffixMetadata()
const Metadata& grpc_binder::Transaction::GetSuffixMetadata |
( |
| ) |
const |
|
inline |
◆ GetTxCode()
int grpc_binder::Transaction::GetTxCode |
( |
| ) |
const |
|
inline |
◆ IsClient()
bool grpc_binder::Transaction::IsClient |
( |
| ) |
const |
|
inline |
◆ IsServer()
bool grpc_binder::Transaction::IsServer |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetData()
void grpc_binder::Transaction::SetData |
( |
std::string |
message_data | ) |
|
|
inline |
◆ SetMethodRef()
void grpc_binder::Transaction::SetMethodRef |
( |
std::string |
method_ref | ) |
|
|
inline |
◆ SetPrefix()
void grpc_binder::Transaction::SetPrefix |
( |
Metadata |
prefix_metadata | ) |
|
|
inline |
◆ SetStatus()
void grpc_binder::Transaction::SetStatus |
( |
int |
status | ) |
|
|
inline |
◆ SetStatusDescription()
void grpc_binder::Transaction::SetStatusDescription |
( |
std::string |
status_desc | ) |
|
|
inline |
◆ SetSuffix()
void grpc_binder::Transaction::SetSuffix |
( |
Metadata |
suffix_metadata | ) |
|
|
inline |
◆ flags_
int grpc_binder::Transaction::flags_ = 0 |
|
private |
◆ is_client_
bool grpc_binder::Transaction::is_client_ |
|
private |
◆ message_data_
std::string grpc_binder::Transaction::message_data_ |
|
private |
◆ method_ref_
std::string grpc_binder::Transaction::method_ref_ |
|
private |
◆ prefix_metadata_
Metadata grpc_binder::Transaction::prefix_metadata_ |
|
private |
◆ status_desc_
std::string grpc_binder::Transaction::status_desc_ |
|
private |
◆ suffix_metadata_
Metadata grpc_binder::Transaction::suffix_metadata_ |
|
private |
◆ tx_code_
int grpc_binder::Transaction::tx_code_ |
|
private |
The documentation for this class was generated from the following file: