My Project
Public Member Functions | Protected Member Functions | List of all members
boost::statechart::event< MostDerived, Allocator > Class Template Reference

#include <event.hpp>

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

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

◆ event()

template<class MostDerived , class Allocator = std::allocator< none >>
boost::statechart::event< MostDerived, Allocator >::event ( )
inlineprotected

◆ ~event()

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

Member Function Documentation

◆ operator delete() [1/2]

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

◆ operator delete() [2/2]

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

◆ operator new() [1/2]

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

◆ operator new() [2/2]

template<class MostDerived , class Allocator = std::allocator< none >>
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: