#include "ldastoolsal/types.hh"
#include "ldastoolsal/autoarray.hh"
#include "ldastoolsal/reverse.hh"
#include "framecpp/Common/FrameSpec.hh"
#include "framecpp/Common/StringStream.hh"
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/StreamRefInterface.hh"
|
| FrameCPP |
| I/O library for implementing the LIGO/Virgo frame specification.
|
|
| FrameCPP::Common |
| Routines upon which the version specific layers are built.
|
|
Value:{ \
char* p( reinterpret_cast< char* >( &var ) ); \
\
std::copy( p, p + sizeof( var ), pos ); \
pos += sizeof( var ); \
}