ILLIXR: Illinois Extended Reality Testbed
Public Member Functions | List of all members
ILLIXR::switchboard::event_wrapper< underlying_type > Class Template Reference

Helper class for making event types. More...

#include <switchboard.hpp>

Public Member Functions

 event_wrapper (underlying_type underlying_data_)
 
 operator underlying_type () const
 
underlying_type & operator* ()
 
const underlying_type & operator* () const
 

Detailed Description

template<typename underlying_type>
class ILLIXR::switchboard::event_wrapper< underlying_type >

Helper class for making event types.

Since topic has no static type-information on the contained events, this class does not either.

event_wrapper<int> int_event = 5;

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