rad 6.2.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
rad::Utils Class Reference

#include <utils.hpp>

Public Member Functions

 Utils ()=delete
 
 Utils (const Utils &)=delete
 
Utilsoperator= (const Utils &)=delete
 

Static Public Member Functions

template<typename EVENT >
static const std::string GetRequestId (rad::AnyEvent const &event)
 

Detailed Description

This class contains miscellaneous functions that have events.

Constructor & Destructor Documentation

◆ Utils() [1/2]

rad::Utils::Utils ( )
delete

◆ Utils() [2/2]

rad::Utils::Utils ( const Utils & )
delete

Member Function Documentation

◆ GetRequestId()

template<typename EVENT >
const std::string rad::Utils::GetRequestId ( rad::AnyEvent const & event)
static

This method can be used to retrieve the identity of the originator of the request associated to the given event.

Parameters
[in]eventEvent used to retrieve its payload the originator of the request associated to the event.
Returns
The identity of the originator of the request associated to the event (basically the request ID).

◆ operator=()

Utils & rad::Utils::operator= ( const Utils & )
delete

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