Actions
マニュアル #1132
closedcoil::DynamicLibの説明の追加
Status:
終了
Priority:
通常
Assignee:
-
Target version:
-
Start date:
01/19/2010
Due date:
% Done:
100%
Estimated time:
Description
coil::DynamicLibに説明を追加する。
- DynamicLib::DynamicLib (int close_handle_on_destruction=1)
- DynamicLib::DynamicLib (const char *dynlib_name, int open_mode=COIL_DEFAULT_DYNLIB_MODE, int close_handle_on_destruction=1)
- DynamicLib::DynamicLib (const DynamicLib &rhs)
- DynamicLib::~DynamicLib ()
- DynamicLib::operator= (const DynamicLib &rhs)
- DynamicLib::open (const char *dll_name, int open_mode=COIL_DEFAULT_DYNLIB_MODE, int close_handle_on_destruction=1)
- DynamicLib::close (void)
- DynamicLib::symbol (const char *symbol_name)
- DynamicLib::error (void) const
- DynamicLib::ForExternTest (void)
Updated by Anonymous about 15 years ago
- Status changed from 新規 to 解決
- Assignee set to Anonymous
- % Done changed from 0 to 100
Actions