common_util 1.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cutl::dlloader Class Reference

Dynamic(Shared) library loader. More...

#include <dlloader.h>

Public Member Functions

 dlloader (const std::string &lib_path)
 Construct a new dlloader object.
 
 ~dlloader ()
 Destroy the dlloader object.
 
dl_handle_t get_symbol (const std::string &symbol_name)
 Get the symbol object.
 

Detailed Description

Dynamic(Shared) library loader.

Constructor & Destructor Documentation

◆ dlloader()

cutl::dlloader::dlloader ( const std::string &  lib_path)

Construct a new dlloader object.

Parameters
lib_pathlibrary path

Member Function Documentation

◆ get_symbol()

dl_handle_t cutl::dlloader::get_symbol ( const std::string &  symbol_name)

Get the symbol object.

Parameters
symbol_namesymbol name
Returns
dl_handle_t

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