Object wrapper for mha_rt_fifo_t.  
 More...
template<class T>
class mha_rt_fifo_element_t< T >
Object wrapper for mha_rt_fifo_t. 
 
◆ mha_rt_fifo_element_t()
Constructor. 
This element assumes ownership of user data. 
- Parameters
 - 
  
    | data | User data. Has to be allocated on the heap with standard operator new, because it will be deleted in this element's destructor.  | 
  
   
 
 
◆ ~mha_rt_fifo_element_t()
◆ next
Pointer to next fifo element. NULL for the last (newest) fifo element. 
 
 
◆ abandonned
Indicates that this element will no longer be used and may be deleted. 
 
 
◆ data
The documentation for this class was generated from the following file: