Marsyas
0.6.0-alpha
|
#include <marsyas/debug/record.h>
#include <marsyas/system/MarSystem.h>
#include <marsyas/export.h>
#include <fstream>
Go to the source code of this file.
Data Structures | |
class | FileReader |
class | FileWriter |
Namespaces | |
namespace | Marsyas |
namespace | Marsyas::Debug |
Functions | |
void | copy_swap_bytes (char *destination, const char *source, int size) |
template<typename T > | |
void | from_bytes (T &dst, const char src_bytes[sizeof(T)]) |
template<typename T > | |
void | to_bytes (const T &src, char dst_bytes[sizeof(T)]) |