RCSW
1.2.24.beta

Contents:

  • Setting Up RCSW
  • Modules Summary
  • Detailed APIs
RCSW
  • File fifo.h

File fifo.h

↰ Parent directory (rcsw/ds)

Implementation of simple FIFO.

Contents

  • Definition (rcsw/ds/fifo.h)

  • Detailed Description

  • Includes

  • Included By

  • Classes

  • Functions

Definition (rcsw/ds/fifo.h)

  • Program Listing for File fifo.h

Detailed Description

2017 John Harwell, All rights reserved.

SPDX-License-Identifier: MIT

Includes

  • rcsw/common/fpc.h (File fpc.h)

  • rcsw/ds/rbuffer.h (File rbuffer.h)

Included By

  • File multififo.h

  • File omp_radix_sort.h

  • File pcqueue.h

Classes

  • Struct fifo

  • Struct fifo_params

Functions

  • Function fifo_add

  • Function fifo_capacity

  • Function fifo_clear

  • Function fifo_destroy

  • Function fifo_element_space

  • Function fifo_front

  • Function fifo_init

  • Function fifo_inject

  • Function fifo_isempty

  • Function fifo_isfull

  • Function fifo_map

  • Function fifo_print

  • Function fifo_remove

  • Function fifo_size


© Copyright 2024, John Harwell.

Built with Sphinx using a theme provided by Read the Docs.