|
ARTS
2.2.66
|
#include <binio.h>


Public Member Functions | |
| binostream () | |
| virtual | ~binostream () |
| void | writeInt (Int val, unsigned int size) |
| void | writeFloat (Float f, FType ft) |
| unsigned long | writeString (const char *str, unsigned long amount=0) |
| unsigned long | writeString (const std::string &str) |
Public Member Functions inherited from binio | |
| binio () | |
| virtual | ~binio () |
| void | setFlag (Flag f, bool set=true) |
| bool | getFlag (Flag f) |
| Error | error () |
| bool | eof () |
| virtual void | seek (long, Offset=Set)=0 |
| virtual streampos | pos ()=0 |
Protected Member Functions | |
| virtual void | putByte (Byte)=0 |
| virtual void | putRaw (const char *c, streamsize n)=0 |
Private Member Functions | |
| void | float2ieee_single (Float f, Byte *data) |
| void | float2ieee_double (Float f, Byte *data) |
Additional Inherited Members | |
Public Types inherited from binio | |
| enum | Flag { BigEndian = 1 << 0, FloatIEEE = 1 << 1 } |
| enum | ErrorCode { NoError = 0, Fatal = 1 << 0, Unsupported = 1 << 1, NotOpen = 1 << 2, Denied = 1 << 3, NotFound = 1 << 4, Eof = 1 << 5 } |
| enum | Offset { Set, Add, End } |
| enum | FType { Single, Double } |
| typedef int | Error |
Protected Types inherited from binio | |
| typedef long | Int |
| typedef double | Float |
| typedef unsigned char | Byte |
| typedef int | Flags |
Protected Attributes inherited from binio | |
| Flags | my_flags |
| Error | err |
Static Protected Attributes inherited from binio | |
| static const Flags | system_flags = binio::detect_system_flags() |
Definition at line 609 of file binio.cc.
References DEXP_MAX, DEXP_OFFSET, DEXP_POSITION, FloatToUnsigned, and sign().
Definition at line 551 of file binio.cc.
References SEXP_MAX, SEXP_OFFSET, SEXP_POSITION, and sign().
|
protectedpure virtual |
Implemented in bofstream.
Definition at line 437 of file binio.cc.
References binio::BigEndian, binio::Double, binio::err, binio::FloatIEEE, binio::getFlag(), binio::Single, swap(), binio::system_flags, and binio::Unsupported.
Referenced by operator<<().
| void binostream::writeInt | ( | Int | val, |
| unsigned int | size | ||
| ) |
Definition at line 416 of file binio.cc.
References binio::BigEndian, binio::err, binio::getFlag(), and binio::Unsupported.
Referenced by operator<<().
| unsigned long binostream::writeString | ( | const char * | str, |
| unsigned long | amount = 0 |
||
| ) |
Definition at line 682 of file binio.cc.
References binio::err.
| unsigned long binostream::writeString | ( | const std::string & | str | ) |