CARLA
Public Attributes | Friends | List of all members
carla::client::detail::CallbackList< InputsT >::Item Struct Reference
+ Collaboration diagram for carla::client::detail::CallbackList< InputsT >::Item:

Public Attributes

CallbackType callback
 
size_t id
 

Friends

bool operator== (const Item &lhs, const Item &rhs)
 
bool operator== (const Item &lhs, size_t rhs)
 
bool operator== (size_t lhs, const Item &rhs)
 

Detailed Description

template<typename... InputsT>
struct carla::client::detail::CallbackList< InputsT >::Item

Definition at line 49 of file CallbackList.h.

Friends And Related Function Documentation

◆ operator== [1/3]

template<typename... InputsT>
bool operator== ( const Item lhs,
const Item rhs 
)
friend

Definition at line 53 of file CallbackList.h.

◆ operator== [2/3]

template<typename... InputsT>
bool operator== ( const Item lhs,
size_t  rhs 
)
friend

Definition at line 57 of file CallbackList.h.

◆ operator== [3/3]

template<typename... InputsT>
bool operator== ( size_t  lhs,
const Item rhs 
)
friend

Definition at line 61 of file CallbackList.h.

Member Data Documentation

◆ callback

template<typename... InputsT>
CallbackType carla::client::detail::CallbackList< InputsT >::Item::callback

Definition at line 51 of file CallbackList.h.

◆ id

template<typename... InputsT>
size_t carla::client::detail::CallbackList< InputsT >::Item::id

Definition at line 50 of file CallbackList.h.


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