LibBeamApi  0.3.8
Public Types | Public Member Functions | Private Attributes | List of all members
BErrorTime Class Reference

Error return class. More...

#include <BErrorTime.h>

Public Types

enum  Type { None = 0, Error = 1 }
 

Public Member Functions

 BErrorTime (int errNo=None, BTimeStamp errTime=BTimeStamp(), BString errStr="")
 Create object. More...
 
BErrorTimeset (int errNo, BTimeStamp errTime=BTimeStamp(), BString errStr="")
 Set error number and message. More...
 
BErrorTimeclear ()
 Clear the error. More...
 
int getErrorNo () const
 Get The error number. More...
 
BTimeStamp getTime () const
 Get time. More...
 
BString getString () const
 Get error message. More...
 
BErrorTime copy ()
 Return an independant copy. More...
 
 operator int () const
 Return error number. More...
 

Private Attributes

int oerrNo
 
BTimeStamp oerrTime
 
BString oerrStr
 

Detailed Description

Error return class.

Member Enumeration Documentation

Enumerator
None 
Error 

Constructor & Destructor Documentation

BErrorTime::BErrorTime ( int  errNo = None,
BTimeStamp  errTime = BTimeStamp(),
BString  errStr = "" 
)

Create object.

Member Function Documentation

BErrorTime & BErrorTime::clear ( )

Clear the error.

BErrorTime BErrorTime::copy ( )

Return an independant copy.

int BErrorTime::getErrorNo ( ) const

Get The error number.

BString BErrorTime::getString ( ) const

Get error message.

BTimeStamp BErrorTime::getTime ( ) const

Get time.

BErrorTime::operator int ( ) const

Return error number.

BErrorTime & BErrorTime::set ( int  errNo,
BTimeStamp  errTime = BTimeStamp(),
BString  errStr = "" 
)

Set error number and message.

Member Data Documentation

int BErrorTime::oerrNo
private
BString BErrorTime::oerrStr
private
BTimeStamp BErrorTime::oerrTime
private

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