| 
		| struct Transaction |  
		| Transaction class, just a list of operations to be dispatched. More... |  
 |  | 
 
Public Types
Public Methods
 Transaction class, just a list of operations to be dispatched.
 It is defined here so classes derived from TransactionManager
 can operate, eg sort operations in list, before committing transaction.
     
| typedef list<Operation>  OperationList | OperationList | 
| inline void  add (const Operation& op) 
 | add | 
| inline void  commit () 
 | commit | 
| inline void  flush () 
 | flush | 
| inline void  defer_timeout () 
 | defer_timeout | 
| inline void  cancel_timeout () 
 | cancel_timeout | 
| inline OperationList&  operations () 
 | operations | 
| inline uint32_t  size () 
 | size | 
 [const]
	
Generated by: pavlin on possum.icir.org on Thu Jul  8 23:48:10 2004, using kdoc $.