| HDK
    | 
#include <GA_Detail.h>
| Public Member Functions | |
| IOStatus (bool success=false) | |
| IOStatus (const IOStatus &src) | |
| ~IOStatus () | |
| IOStatus & | operator= (const IOStatus &src) | 
| bool | success () const | 
| SYS_SAFE_BOOL | operator bool () const | 
| bool operator  More... | |
| int | gbstatus () const | 
This class is used to return the status from I/O operations on a GA_Detail.
Definition at line 1982 of file GA_Detail.h.
| 
 | inline | 
Definition at line 1985 of file GA_Detail.h.
| 
 | inline | 
Definition at line 1988 of file GA_Detail.h.
| 
 | inline | 
Definition at line 1991 of file GA_Detail.h.
| 
 | inline | 
For backward compatibility in older code, you can query the status as an integer, 0 for success, less than zero for failure.
Definition at line 2009 of file GA_Detail.h.
| 
 | inline | 
bool operator
Definition at line 2005 of file GA_Detail.h.
Definition at line 1993 of file GA_Detail.h.
| 
 | inline | 
Return a boolean for success or failure. true means success
Definition at line 2002 of file GA_Detail.h.