C++ Client  0.0.0.0
C++ wrapper for Corelink DLL
Corelink::CorelinkException Class Reference

#include <CorelinkClasses.h>

Inheritance diagram for Corelink::CorelinkException:

Public Member Functions

 ~CorelinkException ()
 
 CorelinkException (const CorelinkException &rhs)
 
CorelinkExceptionoperator= (const CorelinkException &rhs)=delete
 

Public Attributes

const std::string msg
 Message string from dll. More...
 
const int code
 Error code from dll. Use with Corelink::Const::ErrorCodeString to make into a readable string. More...
 

Friends

class DLLInit
 
class Client
 
class StreamData
 
class SendStream
 
class RecvStream
 

Detailed Description

Definition at line 24 of file CorelinkClasses.h.

Constructor & Destructor Documentation

◆ ~CorelinkException()

Corelink::CorelinkException::~CorelinkException ( )
inline

Definition at line 43 of file CorelinkException.h.

◆ CorelinkException()

Corelink::CorelinkException::CorelinkException ( const CorelinkException rhs)
inline

Definition at line 45 of file CorelinkException.h.

Member Function Documentation

◆ operator=()

CorelinkException& Corelink::CorelinkException::operator= ( const CorelinkException rhs)
delete

Friends And Related Function Documentation

◆ Client

friend class Client
friend

Definition at line 26 of file CorelinkClasses.h.

◆ DLLInit

friend class DLLInit
friend

Definition at line 25 of file CorelinkClasses.h.

◆ RecvStream

friend class RecvStream
friend

Definition at line 29 of file CorelinkClasses.h.

◆ SendStream

friend class SendStream
friend

Definition at line 28 of file CorelinkClasses.h.

◆ StreamData

friend class StreamData
friend

Definition at line 27 of file CorelinkClasses.h.

Member Data Documentation

◆ code

const int Corelink::CorelinkException::code

Error code from dll. Use with Corelink::Const::ErrorCodeString to make into a readable string.

Definition at line 47 of file CorelinkClasses.h.

◆ msg

const std::string Corelink::CorelinkException::msg

Message string from dll.

Definition at line 45 of file CorelinkClasses.h.


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