mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c

Dependents:   Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay

Fork of mbed-dev by mbed official

Embed: (wiki syntax)

« Back to documentation index

Transaction< Class > Class Template Reference

Transaction< Class > Class Template Reference
[Platform]

Transaction class defines a transaction. More...

#include <Transaction.h>

Public Member Functions

Class * get_object ()
 Get object's instance for the transaction.
transaction_tget_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 44 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 59 of file Transaction.h.

transaction_t* get_transaction (  )

Get the transaction.

Returns:
The transaction which was stored

Definition at line 67 of file Transaction.h.