Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::ipcdetail::priority_functor< VoidPointer > Class Template Reference

This functor is the predicate to order stored messages by priority. More...

#include <message_queue.hpp>

Inheritance diagram for boost::interprocess::ipcdetail::priority_functor< VoidPointer >:

Public Member Functions

bool operator() (const msg_hdr_ptr_t &msg1, const msg_hdr_ptr_t &msg2) const
 

Detailed Description

template<class VoidPointer>
class boost::interprocess::ipcdetail::priority_functor< VoidPointer >

This functor is the predicate to order stored messages by priority.

Member Function Documentation

template<class VoidPointer>
bool boost::interprocess::ipcdetail::priority_functor< VoidPointer >::operator() ( const msg_hdr_ptr_t &  msg1,
const msg_hdr_ptr_t &  msg2 
) const
inline

The documentation for this class was generated from the following file: