libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::mem_fun_ref_t< RetType, ObjType > Class Template Reference

#include <functional.hpp>

Public Types

typedef ObjType object_type
 
typedef RetType result_type
 

Public Member Functions

typedef RetType (__fastcall ObjType::*fun_type)(void)
 
__stdcall mem_fun_ref_t (const fun_type p) noexcept(true)
 
__stdcall mem_fun_ref_t (const mem_fun_ref_t &p) noexcept(true)
 
__stdcall ~mem_fun_ref_t (void) noexcept(true)
 
RetType __fastcall operator() (void) const
 
RetType __fastcall operator() (void)
 

Detailed Description

template<typename RetType, typename ObjType>
class jmmcg::mem_fun_ref_t< RetType, ObjType >

Definition at line 140 of file functional.hpp.

Member Typedef Documentation

◆ object_type

template<typename RetType , typename ObjType >
typedef ObjType jmmcg::mem_fun_ref_t< RetType, ObjType >::object_type

Definition at line 142 of file functional.hpp.

◆ result_type

template<typename RetType , typename ObjType >
typedef RetType jmmcg::mem_fun_ref_t< RetType, ObjType >::result_type

Definition at line 143 of file functional.hpp.

Constructor & Destructor Documentation

◆ mem_fun_ref_t() [1/2]

template<typename RetType , typename ObjType >
__stdcall jmmcg::mem_fun_ref_t< RetType, ObjType >::mem_fun_ref_t ( const fun_type  p)
inlineexplicitnoexcept

Definition at line 146 of file functional.hpp.

◆ mem_fun_ref_t() [2/2]

template<typename RetType , typename ObjType >
__stdcall jmmcg::mem_fun_ref_t< RetType, ObjType >::mem_fun_ref_t ( const mem_fun_ref_t< RetType, ObjType > &  p)
inlinenoexcept

Definition at line 150 of file functional.hpp.

◆ ~mem_fun_ref_t()

template<typename RetType , typename ObjType >
__stdcall jmmcg::mem_fun_ref_t< RetType, ObjType >::~mem_fun_ref_t ( void  )
inlinenoexcept

Definition at line 154 of file functional.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename RetType , typename ObjType >
RetType __fastcall jmmcg::mem_fun_ref_t< RetType, ObjType >::operator() ( void  )
inline

Definition at line 160 of file functional.hpp.

◆ operator()() [2/2]

template<typename RetType , typename ObjType >
RetType __fastcall jmmcg::mem_fun_ref_t< RetType, ObjType >::operator() ( void  ) const
inline

Definition at line 157 of file functional.hpp.

◆ RetType()

template<typename RetType , typename ObjType >
typedef jmmcg::mem_fun_ref_t< RetType, ObjType >::RetType ( __fastcall ObjType::*  fun_type)

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