.. _interfaces_stream_fifo: ==== Fifo ==== Examples of using a Fifo are described in :ref:`interfaces_stream_using_fifo`. Fifo objects in C++ are referenced by the following shared pointer typedef: .. doxygentypedef:: rogue::interfaces::stream::FifoPtr The class description is shown below: .. doxygenclass:: rogue::interfaces::stream::Fifo :members: