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

#include <functional.hpp>

Public Types

typedef ObjType object_type
 
typedef RetType result_type
 
typedef Arg1 first_argument_type
 

Public Member Functions

typedef RetType (__fastcall ObjType::*fun_type)(const Arg1 &) const
 
__stdcall const_mem_fun1_ref_t (const fun_type p) noexcept(true)
 
__stdcall const_mem_fun1_ref_t (const const_mem_fun1_ref_t &p) noexcept(true)
 
__stdcall ~const_mem_fun1_ref_t (void) noexcept(true)
 
RetType __fastcall operator() (const ObjType &p, const Arg1 &b) const
 
RetType __fastcall operator() (ObjType &p, const Arg1 &b) const
 

Detailed Description

template<typename RetType, typename ObjType, typename Arg1>
class jmmcg::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >

Definition at line 79 of file functional.hpp.

Member Typedef Documentation

◆ first_argument_type

template<typename RetType , typename ObjType , typename Arg1 >
typedef Arg1 jmmcg::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::first_argument_type

Definition at line 83 of file functional.hpp.

◆ object_type

template<typename RetType , typename ObjType , typename Arg1 >
typedef ObjType jmmcg::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::object_type

Definition at line 81 of file functional.hpp.

◆ result_type

template<typename RetType , typename ObjType , typename Arg1 >
typedef RetType jmmcg::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::result_type

Definition at line 82 of file functional.hpp.

Constructor & Destructor Documentation

◆ const_mem_fun1_ref_t() [1/2]

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

Definition at line 86 of file functional.hpp.

◆ const_mem_fun1_ref_t() [2/2]

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

Definition at line 90 of file functional.hpp.

◆ ~const_mem_fun1_ref_t()

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

Definition at line 94 of file functional.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename RetType , typename ObjType , typename Arg1 >
RetType __fastcall jmmcg::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::operator() ( const ObjType &  p,
const Arg1 &  b 
) const
inline

Definition at line 97 of file functional.hpp.

◆ operator()() [2/2]

template<typename RetType , typename ObjType , typename Arg1 >
RetType __fastcall jmmcg::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::operator() ( ObjType &  p,
const Arg1 &  b 
) const
inline

Definition at line 100 of file functional.hpp.

◆ RetType()

template<typename RetType , typename ObjType , typename Arg1 >
typedef jmmcg::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::RetType ( __fastcall ObjType::*  fun_type) const &

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