Describes an inter-process message queue. More...
#include <boost/interprocess/detail/config_begin.hpp>#include <boost/interprocess/detail/workaround.hpp>#include <boost/interprocess/shared_memory_object.hpp>#include <boost/interprocess/detail/managed_open_or_create_impl.hpp>#include <boost/interprocess/sync/interprocess_condition.hpp>#include <boost/interprocess/sync/interprocess_mutex.hpp>#include <boost/interprocess/sync/scoped_lock.hpp>#include <boost/interprocess/detail/utilities.hpp>#include <boost/interprocess/offset_ptr.hpp>#include <boost/interprocess/creation_tags.hpp>#include <boost/interprocess/exceptions.hpp>#include <boost/interprocess/permissions.hpp>#include <boost/detail/no_exceptions_support.hpp>#include <boost/interprocess/detail/type_traits.hpp>#include <boost/intrusive/pointer_traits.hpp>#include <boost/type_traits/make_unsigned.hpp>#include <boost/type_traits/alignment_of.hpp>#include <boost/assert.hpp>#include <algorithm>#include <cstddef>#include <cstring>#include <boost/interprocess/detail/config_end.hpp>
Classes | |
| class | boost::interprocess::ipcdetail::msg_queue_initialization_func_t< VoidPointer > |
| This is the atomic functor to be executed when creating or opening shared memory. More... | |
| class | boost::interprocess::message_queue_t< VoidPointer > |
| A class that allows sending messages between processes. More... | |
| class | boost::interprocess::ipcdetail::msg_hdr_t< VoidPointer > |
| This header is the prefix of each message in the queue. More... | |
| class | boost::interprocess::ipcdetail::priority_functor< VoidPointer > |
| This functor is the predicate to order stored messages by priority. More... | |
| class | boost::interprocess::ipcdetail::mq_hdr_t< VoidPointer > |
| This header is placed in the beginning of the shared memory and contains the data to control the queue. More... | |
| class | boost::interprocess::ipcdetail::msg_queue_initialization_func_t< VoidPointer > |
| This is the atomic functor to be executed when creating or opening shared memory. More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::interprocess | |
| boost::interprocess::ipcdetail | |
Describes an inter-process message queue.
This class allows sending messages between processes and allows blocking, non-blocking and timed sending and receiving.