IDA C++ SDK 9.2
Loading...
Searching...
No Matches
irs_cb_info_t< T > Struct Template Reference

#include <network.hpp>

Public Member Functions

 irs_cb_info_t ()
void reset ()
bool set (int _ms, T *_cb, void *_ud)
T * get (int *out_ms=nullptr, void **out_ud=nullptr) const

Public Attributes

T * cb
voidud
int ms

Constructor & Destructor Documentation

◆ irs_cb_info_t()

template<typename T>
irs_cb_info_t< T >::irs_cb_info_t ( )
inline

Member Function Documentation

◆ reset()

template<typename T>
void irs_cb_info_t< T >::reset ( )
inline

◆ set()

template<typename T>
bool irs_cb_info_t< T >::set ( int _ms,
T * _cb,
void * _ud )
inline

◆ get()

template<typename T>
T * irs_cb_info_t< T >::get ( int * out_ms = nullptr,
void ** out_ud = nullptr ) const
inline

Member Data Documentation

◆ cb

template<typename T>
T* irs_cb_info_t< T >::cb

◆ ud

template<typename T>
void* irs_cb_info_t< T >::ud

◆ ms

template<typename T>
int irs_cb_info_t< T >::ms

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