tic  130
Public Member Functions | List of all members
Tiver Class Reference
Inheritance diagram for Tiver:
Loop Failables Failable

Public Member Functions

Failablesmain ()
 
 Tiver (Tina::TinaPlex *ptp, Dev::TicPlex *pTip)
 
- Public Member Functions inherited from Loop
int isBreak ()
 
int proceed ()
 
- Public Member Functions inherited from Failables
Failablesset (StatE e, const char *sz, int i, const Failable *pfa)
 if pfa, initialize history with *pfa
 
Failablesset (StatE e, const char *sz, int i, const Failables *pfa)
 if pfa, initialize history with *pfa
 
FailablessetFailed (const char *sz, int i, const Failable *pfa)
 
FailablessetBad (const char *sz, int i, const Failable *pfa)
 
FailablessetFailed (const char *sz, int i=0, const Failables *pfa=0)
 
FailablessetBad (const char *sz, int i=0, const Failables *pfa=0)
 
Failablesclear ()
 user clear of failed/bad state
 
- Public Member Functions inherited from Failable
bool isGood () const
 fine
 
int print (char *sz, unsigned size) const
 
int iErr ()
 error code
 
const char * szErr ()
 error text
 
bool isFail () const
 last op failed, but object is uncorrupted
 
bool isBad () const
 last op failed, object is corrupted
 
bool operator! () const
 true if failed More...
 
 operator const void * () const
 zero if failed More...
 
FailablesetFailed (const char *sz, int i=0)
 set 'this' failed, record a string and an integer for failure identification More...
 
FailablesetBad (const char *sz, int i=0)
 set this bad, record a string and an integer for failure identification
 
Failableclear ()
 user clear of failed/bad state
 
 Failable (const char *sz, int i)
 

Additional Inherited Members

- Protected Types inherited from Failable
enum  StatE { E_OK, E_FAIL = 001, E_BAD = 002, E_NEXT = 004 }
 
- Protected Member Functions inherited from Failable
FailablesetStat (StatE eStat, const char *sz, int i)
 
FailablesetStat (const Failable &fa)
 
bool entry ()
 resets the failed state. More...
 
- Protected Attributes inherited from Failable
enum Failable::StatE _eStat
 

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