OpenEV
Extending OpenCV to event-based vision
Toggle main menu visibility
Loading...
Searching...
No Matches
containers.hpp
Go to the documentation of this file.
1
6
#ifndef OPENEV_CONTAINERS_HPP
7
#define OPENEV_CONTAINERS_HPP
8
9
#include "
openev/containers/array.hpp
"
10
#include "
openev/containers/circular.hpp
"
11
#include "
openev/containers/deque.hpp
"
12
#include "openev/containers/persistent_queue.hpp"
13
#include "
openev/containers/queue.hpp
"
14
#include "
openev/containers/sliding_window.hpp
"
15
#include "
openev/containers/vector.hpp
"
16
17
namespace
{
18
inline
void
workaround() {
19
(void)ev::USING_ARRAY_HPP;
20
(void)ev::USING_CIRCULAR_HPP;
21
(void)ev::USING_DEQUE_HPP;
22
(void)ev::USING_PERSISTENT_QUEUE_HPP;
23
(void)ev::USING_QUEUE_HPP;
24
(void)ev::USING_SLIDING_WINDOW_HPP;
25
(void)ev::USING_VECTOR_HPP;
26
}
27
}
// namespace
28
29
#endif
// OPENEV_CONTAINERS_HPP
array.hpp
Array container for basic event structures.
circular.hpp
Circular buffer container for basic event structures.
deque.hpp
Deque container for basic event structures.
queue.hpp
Persistent queue container for basic event structures.
sliding_window.hpp
Sliding time-window container for basic event structures.
vector.hpp
Vector container for basic event structures.
modules
containers
include
openev
containers.hpp
Generated by
1.17.0