#include <mmsshlhandler.h>
Public Member Functions | |
MMSShlHandler (string _name) | |
~MMSShlHandler () | |
string | getName () |
void | setName (string name) |
bool | isLoaded () |
void | open () |
void | close () |
void * | getFunction (string name) |
Private Attributes | |
void * | handle |
string | name |
bool | isloaded |
Definition at line 40 of file mmsshlhandler.h.
MMSShlHandler::MMSShlHandler | ( | string | _name | ) | [inline] |
Definition at line 47 of file mmsshlhandler.h.
MMSShlHandler::~MMSShlHandler | ( | ) |
Definition at line 39 of file mmsshlhandler.cpp.
string MMSShlHandler::getName | ( | ) |
Definition at line 92 of file mmsshlhandler.cpp.
void MMSShlHandler::setName | ( | string | name | ) |
Definition at line 83 of file mmsshlhandler.cpp.
bool MMSShlHandler::isLoaded | ( | ) |
Definition at line 120 of file mmsshlhandler.cpp.
void MMSShlHandler::open | ( | ) |
Definition at line 64 of file mmsshlhandler.cpp.
void MMSShlHandler::close | ( | ) |
Definition at line 50 of file mmsshlhandler.cpp.
void * MMSShlHandler::getFunction | ( | string | name | ) |
Definition at line 101 of file mmsshlhandler.cpp.
void* MMSShlHandler::handle [private] |
Definition at line 42 of file mmsshlhandler.h.
string MMSShlHandler::name [private] |
Definition at line 43 of file mmsshlhandler.h.
bool MMSShlHandler::isloaded [private] |
Definition at line 44 of file mmsshlhandler.h.