Go to the source code of this file.
Classes | |
| class | SIO_functions |
Defines | |
| #define | SIO_FUNCTIONS_H 1 |
| #define | SIO_LEN_SB 1 |
| #define | SIO_LEN_DB 2 |
| #define | SIO_LEN_QB 4 |
| #define | SIO_LEN_OB 8 |
| #define | SIO_DATA(rec, pnt, cnt) status = SIO_functions::data( (rec), (pnt), (cnt) ); if( !(status & 1) ) return status; |
| #define | SIO_PNTR(rec, pnt) status = SIO_functions::pointer_to( (rec), (SIO_POINTER_DECL *)(pnt) ); if( !(status & 1) ) return status; |
| #define | SIO_PTAG(rec, pnt) status = SIO_functions::pointed_at( (rec), (SIO_POINTER_DECL *)(pnt) ); if( !(status & 1) ) return status; |
| #define | UCHR_CAST(pntr) (reinterpret_cast<unsigned char*>((pntr))) |
|
|
|
Definition at line 15 of file SIO_functions.h. |
|
|
Definition at line 18 of file SIO_functions.h. Referenced by SIO_functions::data(). |
|
|
Definition at line 20 of file SIO_functions.h. Referenced by SIO_functions::data(). |
|
|
Definition at line 19 of file SIO_functions.h. Referenced by SIO_functions::data(), SIO_functions::pointed_at(), SIO_functions::pointer_to(), SIO_stream::write(), and SIO_record::write(). |
|
|
Definition at line 17 of file SIO_functions.h. Referenced by SIO_functions::data(), and SIO_stream::read(). |
|
|
|
|
Definition at line 91 of file SIO_functions.h. Referenced by SIO_functions::data(), SIO_functions::pointed_at(), SIO_functions::pointer_to(), SIO_stream::write(), and SIO_record::write(). |
1.3.9.1