Loading...
Searching...
No Matches
DataStreamVisitor.hpp File Reference
Detailed Description
This file contains facilities to serialize an object using QDataStream.
Generally, it is used with QByteArrays, but it works with any QIODevice.
Go to the source code of this file.
Namespaces | |
namespace | score |
Base toolkit upon which the software is built. | |
Functions | |
template<typename T > requires (!std::is_enum_v<T>) | |
DataStreamInput & | operator<< (DataStreamInput &s, const T &obj) |
template<typename T > requires (!std::is_enum_v<T>) | |
DataStreamOutput & | operator>> (DataStreamOutput &s, T &obj) |
template<typename T , std::size_t N> | |
QDataStream & | operator<< (QDataStream &stream, const ossia::small_vector< T, N > &obj) |
template<typename T , std::size_t N> | |
QDataStream & | operator>> (QDataStream &stream, ossia::small_vector< T, N > &obj) |