Rtos API example
Transaction< Class > Class Template Reference
[Transaction class]
Transaction class defines a transaction. More...
#include <Transaction.h>
Public Member Functions | |
| Class * | get_object () |
| Get object's instance for the transaction. | |
| transaction_t * | get_transaction () |
| Get the transaction. | |
Detailed Description
template<typename Class>
class mbed::Transaction< Class >
Transaction class defines a transaction.
- Note:
- Synchronization level: Not protected
Definition at line 47 of file Transaction.h.
Member Function Documentation
| Class* get_object | ( | ) |
Get object's instance for the transaction.
- Returns:
- The object which was stored
Definition at line 62 of file Transaction.h.
| transaction_t* get_transaction | ( | ) |
Get the transaction.
- Returns:
- The transaction which was stored
Definition at line 70 of file Transaction.h.
Generated on Sun Jul 17 2022 08:25:44 by
1.7.2