fastdo  0.5.12
winux::DllLoader::Function< _PfnType > 模板类 参考

Dll函数动态调用 更多...

#include <system.hpp>

Public 类型

typedef _PfnType PfnType
 

Public 成员函数

 Function ()
 
 Function (AnsiString const &funcName, PfnType pfn)
 
 operator bool () const
 
AnsiString const & getFuncName () const
 
void * get () const
 
template<typename... _ArgType>
winux::FuncTraits< PfnType >::ReturnType call (_ArgType &&...arg)
 

详细描述

template<typename _PfnType>
class winux::DllLoader::Function< _PfnType >

Dll函数动态调用

在文件 system.hpp246 行定义.

成员类型定义说明

template<typename _PfnType>
typedef _PfnType winux::DllLoader::Function< _PfnType >::PfnType

在文件 system.hpp249 行定义.

构造及析构函数说明

template<typename _PfnType>
winux::DllLoader::Function< _PfnType >::Function ( )
inline

在文件 system.hpp254 行定义.

template<typename _PfnType>
winux::DllLoader::Function< _PfnType >::Function ( AnsiString const &  funcName,
PfnType  pfn 
)
inline

在文件 system.hpp255 行定义.

成员函数说明

template<typename _PfnType>
template<typename... _ArgType>
winux::FuncTraits<PfnType>::ReturnType winux::DllLoader::Function< _PfnType >::call ( _ArgType &&...  arg)
inline

在文件 system.hpp263 行定义.

template<typename _PfnType>
void* winux::DllLoader::Function< _PfnType >::get ( ) const
inline

在文件 system.hpp260 行定义.

template<typename _PfnType>
AnsiString const& winux::DllLoader::Function< _PfnType >::getFuncName ( ) const
inline

在文件 system.hpp259 行定义.

template<typename _PfnType>
winux::DllLoader::Function< _PfnType >::operator bool ( ) const
inline

在文件 system.hpp257 行定义.


该类的文档由以下文件生成: