ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
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:
This graph shows which files directly or indirectly include this file:

Classes

class  FrameCPP::Common::StreamRef< LT, CT, IT, SPEC_VERSION_T >
class  FrameCPP::Common::StreamRef2< LT, CKT, CT, IT, SPEC_VERSION_T >
 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 ); \
}