libxcks  0.1.0.1
libxcks::LibXCKSInitialiser Class Referencefinal

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...
 
LibXCKSInitialiseroperator= (const LibXCKSInitialiser &)=delete
 Deleted assignment operator. More...
 
 ~LibXCKSInitialiser ()
 Destructor. More...
 

Detailed Description

Convenience class for initialise and clean-up libxcks.

Instantiate this class only once in your program.

Note
Use libcks only during the lifetime of the instance.

Definition at line 49 of file libxcks.hpp.

Constructor & Destructor Documentation

◆ LibXCKSInitialiser() [1/2]

libxcks::LibXCKSInitialiser::LibXCKSInitialiser ( )

Initialises libxcks.

Definition at line 58 of file libxcks.cpp.

◆ LibXCKSInitialiser() [2/2]

libxcks::LibXCKSInitialiser::LibXCKSInitialiser ( const LibXCKSInitialiser )
delete

Deleted copy constructor.

◆ ~LibXCKSInitialiser()

libxcks::LibXCKSInitialiser::~LibXCKSInitialiser ( )

Destructor.

Definition at line 66 of file libxcks.cpp.

Member Function Documentation

◆ operator=()

LibXCKSInitialiser& libxcks::LibXCKSInitialiser::operator= ( const LibXCKSInitialiser )
delete

Deleted assignment operator.


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