#include <moduleio.h>
Collaboration diagram for dmn::ModuleIO:
Public Member Functions | |
ModuleIO () | |
Constructor. | |
ModuleIO (const std::string &path) | |
Constructor. | |
~ModuleIO () | |
Destructor. | |
Module * | open (const std::string &path) |
Open the module. | |
void | close () |
Close the module. | |
const std::string | path () const |
Path to the module opened. | |
Module * | module () const |
Module opened. |
|
Constructor. Open the module
|
|
Close the module. Only must be called when the module won't be |
|
Module opened.
|
|
Open the module. If a previous module is opened, it closes it before open the new one
|
|
Path to the module opened.
|