Transaction class defines a transaction. More...
#include <Transaction.h>
Public Member Functions | |
Class * | get_object () |
Get object's instance for the transaction. More... | |
transaction_t * | get_transaction () |
Get the transaction. More... | |
Transaction class defines a transaction.
Definition at line 48 of file Transaction.h.
Class* get_object | ( | ) |
Get object's instance for the transaction.
Definition at line 66 of file Transaction.h.
transaction_t* get_transaction | ( | ) |
Get the transaction.
Definition at line 75 of file Transaction.h.