Lines Matching full:stream
5 #include "stream.hpp"
61 * Fills in this class's data fields from the stream.
63 * @param[in] pel - the PEL data stream
66 explicit PrivateHeader(Stream& pel);
69 * @brief Flatten the section into the stream
71 * @param[in] stream - The stream to write to
73 void flatten(Stream& stream) const override;
233 * @brief Fills in the object from the stream data
235 * @param[in] stream - The stream to read from
237 void unflatten(Stream& stream);
299 * @brief Stream extraction operator for the CreatorVersion
301 * @param[in] s - the stream
304 Stream& operator>>(Stream& s, CreatorVersion& cv);
307 * @brief Stream insertion operator for the CreatorVersion
309 * @param[out] s - the stream
312 Stream& operator<<(Stream& s, const CreatorVersion& cv);