flext  0.6.0
Public Member Functions | List of all members
ValueFifo< T > Class Template Reference

#include <flcontainers.h>

Inheritance diagram for ValueFifo< T >:
TypedFifo< ValueFifoCell< T > > Fifo

Public Member Functions

void Put (T v)
 
Get ()
 
- Public Member Functions inherited from TypedFifo< ValueFifoCell< T > >
void Put (ValueFifoCell< T > *c)
 
ValueFifoCell< T > * Get ()
 
- Public Member Functions inherited from Fifo
void Put (FifoCell *cl)
 
FifoCellGet ()
 
bool Avail () const
 

Member Function Documentation

§ Get()

template<typename T >
T ValueFifo< T >::Get ( )
inline

§ Put()

template<typename T >
void ValueFifo< T >::Put ( v)
inline

The documentation for this class was generated from the following file: