class
iosb
: public virtual ios
(Return to index)
Modify ios to store extra state information for binary I/O.
Type:
Instantiable
Base Classes:
public virtual ios
Derived Classes
Include file:
Dispatch/iostreamb.h
Description:
man page
Public:
boolean
binary
() const
void
binary
(boolean)
iosb
()
boolean
swapped
() const
void
swapped
(boolean)
~iosb
()
Protected:
boolean
_binary
are my peer and I performing binary I/O?
boolean
_swapped
does my peer have a swapped endian?
(more documentation)