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::msg_hdr_t< VoidPointer > Class Template Reference

This header is the prefix of each message in the queue. More...

#include <message_queue.hpp>

Collaboration diagram for boost::interprocess::ipcdetail::msg_hdr_t< VoidPointer >:

Public Member Functions

void * data ()
 Returns the data buffer associated with this this message. More...
 

Public Attributes

size_type len
 
unsigned int priority
 

Detailed Description

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

This header is the prefix of each message in the queue.

Member Function Documentation

template<class VoidPointer >
void* boost::interprocess::ipcdetail::msg_hdr_t< VoidPointer >::data ( )
inline

Returns the data buffer associated with this this message.

Member Data Documentation

template<class VoidPointer >
size_type boost::interprocess::ipcdetail::msg_hdr_t< VoidPointer >::len
template<class VoidPointer >
unsigned int boost::interprocess::ipcdetail::msg_hdr_t< VoidPointer >::priority

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