Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
BoundedBuffer.h File Reference

File containing bounded buffer declaration. More...

#include <mutex>
#include <condition_variable>
#include <functional>
#include <boost/circular_buffer.hpp>
#include <boost/call_traits.hpp>

Go to the source code of this file.

Classes

class  core_lib::threads::BoundedBuffer< T >
 Class defining a bounded buffer. More...
 

Namespaces

 core_lib
 The core_lib namespace.
 
 core_lib::threads
 The threads namespace.
 

Detailed Description

File containing bounded buffer declaration.