Lines Matching full:stream
3 #include "stream.hpp"
56 * Fills in this class's data fields from the stream.
58 * @param[in] pel - the PEL data stream
60 explicit MTMS(Stream& stream);
164 * @brief Stream extraction operator for MTMS
166 * @param[in] s - the stream
169 * @return Stream&
171 Stream& operator>>(Stream& s, MTMS& mtms);
174 * @brief Stream insertion operator for MTMS
176 * @param[out] s - the stream
179 * @return Stream&
181 Stream& operator<<(Stream& s, const MTMS& mtms);