Queue
2.0
Queue handling library
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Members
All
Functions
Variables
Files
File List
File Members
All
c
e
f
i
l
m
n
o
q
r
s
t
u
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
examples
PointersQueue
Functions
|
Variables
PointersQueue.ino File Reference
#include <
cppQueue.h
>
Functions
void
setup
()
void
loop
()
Variables
const char *
str
[3]
cppQueue
q
(sizeof(String *), 3,
FIFO
)
Function Documentation
◆
loop()
void loop
(
)
Here is the call graph for this function:
◆
setup()
void setup
(
)
Variable Documentation
◆
q
cppQueue
q(sizeof(String *), 3,
FIFO
)
(
sizeof(String *)
,
3
,
FIFO
)
◆
str
const char* str[3]
Initial value:
= {
">>> This example demonstrates how to strip quotes"
,
">>> from strings using a queue of pointers"
,
">>> to access methods from the string class."
}
Generated by
1.10.0