LibBeamApi  1.3.0
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...
 
BErrorclear ()
 Clear the error. More...
 
BErrorsetError (BString errStr="")
 Set error type ERROR with optional message. More...
 
BString getString () const
 Get error message. More...
 
int getNumber () const
 Get The error number. More...
 
int num () const
 Get The error number. 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 ( int  errNo = NONE,
BString  errStr = "" 
)

Member Function Documentation

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

Reimplemented from BEvent.

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

Reimplemented from BEvent.


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