#include <fileclasses.h>
Inheritance diagram for salt::WFile:


Public Member Functions | |
| virtual | ~WFile () |
| virtual int | Puts (const char *s)=0 |
| writes a string without the trailing '' | |
| virtual int | Putc (int c)=0 |
| writes a single character | |
| int | Iputw (int w) |
| writes a 2 byte int in Intel ordering | |
| virtual size_t | Write (void *buffer, size_t size, size_t count)=0 |
| writes count elements of data from buffer, each size bytes long | |
| virtual size_t | Write (void *buffer, size_t count)=0 |
| writes count bytes of data from buffer | |
| long | Iputl (long l) |
| writes a 4 byte int in Intel ordering | |
| int | Mputw (int w) |
| writes a 2 byte int in Motorola ordering | |
| long | Mputl (long l) |
| writes a 4 byte in in Motorola ordering | |
Definition at line 216 of file fileclasses.h.
|
|
Definition at line 219 of file fileclasses.h. |
|
|
writes a 4 byte int in Intel ordering
Definition at line 248 of file fileclasses.h. References Putc(). Here is the call graph for this function: ![]() |
|
|
writes a 2 byte int in Intel ordering
Definition at line 228 of file fileclasses.h. References Putc(). Here is the call graph for this function: ![]() |
|
|
writes a 4 byte in in Motorola ordering
Definition at line 280 of file fileclasses.h. References Putc(). Here is the call graph for this function: ![]() |
|
|
writes a 2 byte int in Motorola ordering
Definition at line 266 of file fileclasses.h. References Putc(). Here is the call graph for this function: ![]() |
|
|
writes a single character
Implemented in salt::StdFile. |
|
|
writes a string without the trailing ''
Implemented in salt::StdFile. |
|
||||||||||||
|
writes count bytes of data from buffer
Implemented in salt::StdFile. |
|
||||||||||||||||
|
writes count elements of data from buffer, each size bytes long
Implemented in salt::StdFile. |
1.4.4