slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | 所有成员列表
ISlangSharedLibrary结构体 参考abstract

#include <slang.h>

类 ISlangSharedLibrary 继承关系图:
Inheritance graph
[图例]
ISlangSharedLibrary 的协作图:
Collaboration graph
[图例]

Public 成员函数

 SLANG_COM_INTERFACE (0x70dbc7c4, 0xdc3b, 0x4a07, {0xae, 0x7e, 0x75, 0x2a, 0xf6, 0xa8, 0x15, 0x55}) SLANG_FORCE_INLINE SlangFuncPtr findFuncByName(char const *name)
 
virtual SLANG_NO_THROW void *SLANG_MCALL findSymbolAddressByName (char const *name)=0
 
- Public 成员函数 继承自 ISlangUnknown
virtual SLANG_NO_THROW SlangResult SLANG_MCALL queryInterface (SlangUUID const &uuid, void **outObject)=0
 
virtual SLANG_NO_THROW uint32_t SLANG_MCALL addRef ()=0
 
virtual SLANG_NO_THROW uint32_t SLANG_MCALL release ()=0
 
 SLANG_COM_INTERFACE (0x00000000, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}) virtual SLANG_NO_THROW SlangResult SLANG_MCALL queryInterface(SlangUUID const &uuid
 
virtual SLANG_NO_THROW uint32_t SLANG_MCALL addRef ()=0
 
virtual SLANG_NO_THROW uint32_t SLANG_MCALL release ()=0
 
SlangResult QueryInterface (struct _GUID const &uuid, void **outObject)
 
uint32_t AddRef ()
 
uint32_t Release ()
 

额外继承的成员函数

- Public 属性 继承自 ISlangUnknown
void ** outObject = 0
 

详细描述

An interface that can be used to encapsulate access to a shared library. An implementation does not have to implement the library as a shared library

成员函数说明

◆ findSymbolAddressByName()

virtual SLANG_NO_THROW void *SLANG_MCALL ISlangSharedLibrary::findSymbolAddressByName ( char const * name)
pure virtual

Get a symbol by name. If the library is unloaded will only return nullptr.

参数
nameThe name of the symbol
返回
The pointer related to the name or nullptr if not found

◆ SLANG_COM_INTERFACE()

ISlangSharedLibrary::SLANG_COM_INTERFACE ( 0x70dbc7c4 ,
0xdc3b ,
0x4a07 ,
{0xae, 0x7e, 0x75, 0x2a, 0xf6, 0xa8, 0x15, 0x55}  ) const
inline

Get a function by name. If the library is unloaded will only return nullptr.

参数
nameThe name of the function
返回
The function pointer related to the name or nullptr if not found

该结构体的文档由以下文件生成: