|
libxcks
0.1.0.1
|
Convenience class for initialise and clean-up libxcks. More...
#include <libxcks.hpp>
Public Member Functions | |
| LibXCKSInitialiser () | |
| Initialises libxcks. More... | |
| LibXCKSInitialiser (const LibXCKSInitialiser &)=delete | |
| Deleted copy constructor. More... | |
| LibXCKSInitialiser & | operator= (const LibXCKSInitialiser &)=delete |
| Deleted assignment operator. More... | |
| ~LibXCKSInitialiser () | |
| Destructor. More... | |
Convenience class for initialise and clean-up libxcks.
Instantiate this class only once in your program.
Definition at line 49 of file libxcks.hpp.
| libxcks::LibXCKSInitialiser::LibXCKSInitialiser | ( | ) |
Initialises libxcks.
Definition at line 58 of file libxcks.cpp.
|
delete |
Deleted copy constructor.
| libxcks::LibXCKSInitialiser::~LibXCKSInitialiser | ( | ) |
Destructor.
Definition at line 66 of file libxcks.cpp.
|
delete |
Deleted assignment operator.