Goby3  3.1.4
2024.02.22
boost::statechart::event< MostDerived, Allocator > Class Template Reference

#include <boost/statechart/event.hpp>

Inheritance 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 ()
 

Detailed Description

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

Definition at line 30 of file event.hpp.

Constructor & Destructor Documentation

◆ event()

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

Definition at line 59 of file event.hpp.

◆ ~event()

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

Definition at line 60 of file event.hpp.

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

Definition at line 48 of file event.hpp.

◆ 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

Definition at line 53 of file event.hpp.

◆ 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

Definition at line 38 of file event.hpp.

◆ 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

Definition at line 43 of file event.hpp.


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