#include "Exceptions/BabelException.hpp"
#include "Utilities/SwapEndian.hpp"
#include <cstring>
#include <cstdint>
#include <vector>
#include <algorithm>
#include <iostream>
#include <bit>
Go to the source code of this file.
|
template<typename T > |
std::ostream & | Babel::operator<< (std::ostream &os, const Message< T > &msg) |
|
template<typename T , typename DataType > |
Message< T > & | Babel::operator<< (Message< T > &msg, DataType data) |
|
template<typename T > |
Message< T > & | Babel::operator<< (Message< T > &msg, std::string data) |
|
template<typename T > |
Message< T > & | Babel::operator<< (Message< T > &msg, const char data[]) |
|
template<typename T , typename DataType > |
Message< T > & | Babel::operator>> (Message< T > &msg, DataType &data) |
|