Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::statechart::event< MostDerived, Allocator > Class Template Reference

#include <event.hpp>

Inheritance diagram for boost::statechart::event< MostDerived, Allocator >:
Collaboration diagram for boost::statechart::event< MostDerived, Allocator >:

Public Member Functions

void * operator new (std::size_t size)
 
void * operator new (std::size_t, void *p)
 
void operator delete (void *pEvent)
 
void operator delete (void *pEvent, void *p)
 

Protected Member Functions

 event ()
 
virtual ~event ()
 

Constructor & Destructor Documentation

template<class MostDerived, class Allocator = std::allocator< void >>
boost::statechart::event< MostDerived, Allocator >::event ( )
inlineprotected
template<class MostDerived, class Allocator = std::allocator< void >>
virtual boost::statechart::event< MostDerived, Allocator >::~event ( )
inlineprotectedvirtual

Member Function Documentation

template<class MostDerived, class Allocator = std::allocator< void >>
void boost::statechart::event< MostDerived, Allocator >::operator delete ( void *  pEvent)
inline
template<class MostDerived, class Allocator = std::allocator< void >>
void boost::statechart::event< MostDerived, Allocator >::operator delete ( void *  pEvent,
void *  p 
)
inline
template<class MostDerived, class Allocator = std::allocator< void >>
void* boost::statechart::event< MostDerived, Allocator >::operator new ( std::size_t  size)
inline
template<class MostDerived, class Allocator = std::allocator< void >>
void* boost::statechart::event< MostDerived, Allocator >::operator new ( std::size_t  ,
void *  p 
)
inline

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