15 #include "fltPackedColor.h"
16 #include "fltRecordReader.h"
17 #include "fltRecordWriter.h"
25 output(ostream &out)
const {
26 out <<
"(" << _r <<
" " << _g <<
" " << _b <<
" " << _a <<
")";
void add_uint8(PN_uint8 value)
Adds an unsigned 8-bit integer to the datagram.
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
DatagramIterator & get_iterator()
Returns an iterator suitable for extracting data from the current record.
PN_uint8 get_uint8()
Extracts an unsigned 8-bit integer.
A class to retrieve the individual data elements previously stored in a Datagram. ...
Datagram & update_datagram()
Returns a modifiable reference to the datagram associated with the current record.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...