Definition at line 115 of file nvdsinfer_func_utils.h.
|
| DlLibHandle (const std::string &path, int mode=RTLD_LAZY) |
|
| ~DlLibHandle () |
|
bool | isValid () const |
|
const std::string & | getPath () const |
|
template<typename FuncPtr > |
FuncPtr | symbol (const char *func) |
|
template<typename FuncPtr > |
FuncPtr | symbol (const std::string &func) |
|
◆ DlLibHandle()
nvdsinfer::DlLibHandle::DlLibHandle |
( |
const std::string & |
path, |
|
|
int |
mode = RTLD_LAZY |
|
) |
| |
◆ ~DlLibHandle()
nvdsinfer::DlLibHandle::~DlLibHandle |
( |
| ) |
|
◆ getPath()
const std::string& nvdsinfer::DlLibHandle::getPath |
( |
| ) |
const |
|
inline |
◆ isValid()
bool nvdsinfer::DlLibHandle::isValid |
( |
| ) |
const |
|
inline |
◆ symbol() [1/2]
template<typename FuncPtr >
FuncPtr nvdsinfer::DlLibHandle::symbol |
( |
const char * |
func | ) |
|
|
inline |
◆ symbol() [2/2]
template<typename FuncPtr >
FuncPtr nvdsinfer::DlLibHandle::symbol |
( |
const std::string & |
func | ) |
|
|
inline |
The documentation for this class was generated from the following file: