#include <protocol.h>
Public Member Functions | |
| Tx (DefaultCtrTag tag) | |
| Tx (const Transaction &tx) | |
| Tx & | operator= (const Transaction &tx) |
| void | update () |
| template<int m> | |
| const NthType< Ext, m >::Ret & | rd () const |
| template<int m> | |
| const NthType< Ext, m >::Ret & | UglyRd (NthElem< m >) const |
| const E & | UglyRd (NthElem< 1 >) const |
| template<int m> | |
| NthType< Ext, m >::Ret & | mwr () |
| template<int m> | |
| NthType< Ext, m >::Ret & | UglyMwr (NthElem< m >) |
| E & | UglyMwr (NthElem< 1 >) |
| template<int m> | |
| NthType< Ext, m >::Ret & | wr () |
| template<int m> | |
| NthType< Ext, m >::Ret & | UglyWr (NthElem< m >) |
| E & | UglyWr (NthElem< 1 >) |
| Tx () | |
Static Public Member Functions | |
| static void | constructor (object *ptr) |
Public Attributes | |
| E * | m_cached |
Static Public Attributes | |
| static class_descriptor | self_class |
Private Types | |
| typedef Tx< typename Ext::Tail > | Base |
| typedef Ext::Head | E |
Definition at line 274 of file protocol.h.
Definition at line 275 of file protocol.h.
Definition at line 276 of file protocol.h.
| Sampa::Tx< Ext >::Tx | ( | DefaultCtrTag | tag | ) | [inline] |
| Sampa::Tx< Ext >::Tx | ( | const Transaction & | tx | ) | [inline] |
| Tx& Sampa::Tx< Ext >::operator= | ( | const Transaction & | tx | ) | [inline] |
| void Sampa::Tx< Ext >::update | ( | ) | [inline] |
Definition at line 294 of file protocol.h.
References Sampa::Tx< Ext >::m_cached.
Referenced by Sampa::Tx< Ext >::operator=(), and Sampa::Tx< Ext >::UglyWr().
Definition at line 341 of file protocol.h.
References Sampa::Tx< Ext >::m_cached, and Sampa::Tx< Ext >::update().
| static void Sampa::Tx< Ext >::constructor | ( | object * | ptr | ) | [inline, static] |
Definition at line 349 of file protocol.h.
class_descriptor Sampa::Tx< Ext >::self_class [inline, static] |
Definition at line 350 of file protocol.h.
Definition at line 362 of file protocol.h.
Referenced by Sampa::Tx< Ext >::Tx(), Sampa::Tx< Ext >::UglyMwr(), Sampa::Tx< Ext >::UglyRd(), Sampa::Tx< Ext >::UglyWr(), and Sampa::Tx< Ext >::update().
1.5.3