summaryrefslogtreecommitdiffhomepage
path: root/docs/cqueue_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-24 00:01:27 +0100
committerTyge Løvset <[email protected]>2021-01-24 00:01:27 +0100
commitdcf8d43f14d7116561957089192451b9ac832872 (patch)
tree04182abf9f7988d965998db062a35bbde3d22899 /docs/cqueue_api.md
parent5fbc99f7004f3b8a1634cc9dc35199542126da63 (diff)
downloadSTC-modified-dcf8d43f14d7116561957089192451b9ac832872.tar.gz
STC-modified-dcf8d43f14d7116561957089192451b9ac832872.zip
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not cvec_inits.
Improved docs.
Diffstat (limited to 'docs/cqueue_api.md')
-rw-r--r--docs/cqueue_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md
index 7a225e92..fee5bee4 100644
--- a/docs/cqueue_api.md
+++ b/docs/cqueue_api.md
@@ -1,4 +1,4 @@
-# STC Container [cqueue](../stc/cqueue.h): Queue
+# STC [cqueue](../stc/cqueue.h): Queue
![Queue](pics/queue.jpg)
The **cqueue** is container adapter that gives the programmer the functionality of a queue - specifically, a FIFO (first-in, first-out) data structure. The class template acts as a wrapper to the underlying container - only a specific set of functions is provided. The queue pushes the elements on the back of the underlying container and pops them from the front.