| 
		| 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 Wed Dec 11 16:50:31 2002, using kdoc 2.0a54+XORP. |