ldas-tools-framecpp 2.9.2
Classes | Namespaces | Macros
StreamRef.hh File Reference
#include "ldastoolsal/types.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"
Include dependency graph for StreamRef.hh:

Classes

class  FrameCPP::Common::StreamRef< LT, CT, IT >
 
class  FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >
 Generalized common elements of frame structure. More...
 

Namespaces

namespace  FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
 
namespace  FrameCPP::Common
 Routines upon which the version specific layers are built.
 

Macros

#define COPY(var)
 

Macro Definition Documentation

◆ COPY

#define COPY (   var)
Value:
{ \
char* p( reinterpret_cast< char* >( &var ) ); \
\
std::copy( p, p + sizeof( var ), pos ); \
pos += sizeof( var ); \
}