LibBeamApi  0.3.8
Public Member Functions | List of all members
BEventError Class Reference

#include <BEvent.h>

Inheritance diagram for BEventError:
BError BEvent

Public Member Functions

 BEventError (int errNo=NONE, BString errStr="")
 
BError getBinary (void *data, uint32_t &size)
 
BError setBinary (void *data, uint32_t &size)
 
- Public Member Functions inherited from BError
 BError (int errNo=NONE, BString errStr="")
 Create object. More...
 
 BError (BString errStr)
 Create with error set and error string. More...
 
BError copy ()
 Return an independant copy. More...
 
BErrorset (int errNo, BString errStr="")
 Set error number and message. More...
 
BErrorsetError (BString errStr="")
 Set error type ERROR with optional message. More...
 
BString getString () const
 Get error message. More...
 
int getErrorNo () const
 Get The error number. More...
 
 operator int () const
 Return error number. More...
 
- Public Member Functions inherited from BEvent
 BEvent (uint32_t type)
 
virtual ~BEvent ()
 
uint32_t getType ()
 

Additional Inherited Members

- Public Types inherited from BError
enum  Type { NONE = 0, ERROR = 1 }
 

Constructor & Destructor Documentation

◆ BEventError()

BEventError::BEventError ( int  errNo = NONE,
BString  errStr = "" 
)

Member Function Documentation

◆ getBinary()

BError BEventError::getBinary ( void *  data,
uint32_t &  size 
)
virtual

Reimplemented from BEvent.

◆ setBinary()

BError BEventError::setBinary ( void *  data,
uint32_t &  size 
)
virtual

Reimplemented from BEvent.


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