RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Public Member Functions | Data Fields
DLL::dll_info Struct Reference

#include <dlplugin.hpp>

Collaboration diagram for DLL::dll_info:
Collaboration graph

Public Member Functions

bool operator== (const dll_info &rhs) const
 
bool operator!= (const dll_info &rhs) const
 

Data Fields

std::string library_name
 
void * handle
 

Detailed Description

Definition at line 39 of file dlplugin.hpp.

Member Function Documentation

◆ operator!=()

bool DLL::dll_info::operator!=(const dll_inforhs)const
inline

Definition at line 47 of file dlplugin.hpp.

Here is the call graph for this function:

◆ operator==()

bool DLL::dll_info::operator==(const dll_inforhs)const
inline

Definition at line 43 of file dlplugin.hpp.

Field Documentation

◆ handle

void* DLL::dll_info::handle

Definition at line 42 of file dlplugin.hpp.

◆ library_name

std::string DLL::dll_info::library_name

Definition at line 41 of file dlplugin.hpp.


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