RaftLib
0.3a
C++ Stream Processing Template Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
fifo
ringbuffertypes.hpp
1
#ifndef __RINGBUFFERTYPES__
2
#define __RINGBUFFERTYPES__ 1
3
namespace
Type
{
4
enum
RingBufferType { Heap, SharedMemory, TCP, Infinite, N};
5
}
6
7
enum
Direction { Producer, Consumer };
8
#endif
Type
Definition:
ringbuffertypes.hpp:3
Generated on Mon Oct 12 2015 12:16:50 for RaftLib by
1.8.9.1