ldas-tools-framecpp  2.6.2
Namespaces | Macros | Enumerations | Functions
FrVect.cc File Reference
#include <framecpp_config.h>
#include <iostream>
#include <algorithm>
#include <stdexcept>
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include "framecpp/Common/Compression.hh"
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/Description.hh"
#include "framecpp/Common/FrameSpec.tcc"
#include "framecpp/Common/Verify.hh"
#include "framecpp/Version8/FrVect.hh"
#include "framecpp/Version8/FrSE.hh"
#include "framecpp/Version8/FrSH.hh"
#include "framecpp/Version8/PTR_STRUCT.hh"
#include "Common/ComparePrivate.hh"
#include "framecpp/Version8/FrVect.tcc"
#include "TypeInstantiation.tcc"

Namespaces

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

Macros

#define LM_DEBUG   0
 
#define LM_INFO   0
 
#define AT()
 
#define MOVE_RET(a)   ( a )
 
#define INIT(x, y)   m[ FrVect::BIGENDIAN_##x ] = FrameCPP::Compression::y
 
#define INIT(x, y)   m[ FrVect::x ] = FrameCPP::Compression::y
 
#define INIT(x, y)   m[ FrameCPP::Compression::x ] = FrVect::BIGENDIAN_##y;
 
#define INIT(x)
 
#define TRACE_MEMORY   0
 
#define MEM_ALLOCATE()
 
#define MEM_DELETE()
 
#define INSTANTIATE(LM_TYPE)
 

Enumerations

enum  
 
enum  
 

Functions

template<>
FrVect::type_type FrameCPP::Version_8::FrVect::GetDataType< std::string > ()
 

Macro Definition Documentation

◆ AT

#define AT ( )

◆ INIT [1/4]

#define INIT (   x,
 
)    m[ FrVect::BIGENDIAN_##x ] = FrameCPP::Compression::y

◆ INIT [2/4]

#define INIT (   x,
 
)    m[ FrVect::x ] = FrameCPP::Compression::y

◆ INIT [3/4]

#define INIT (   x,
 
)    m[ FrameCPP::Compression::x ] = FrVect::BIGENDIAN_##y;

◆ INIT [4/4]

#define INIT (   x)
Value:
m[ FrameCPP::Version_8::FrVect::x ] \
= FrameCPP::Compression::x

◆ INSTANTIATE

#define INSTANTIATE (   LM_TYPE)
Value:
template FrVect:: \
FrVect( const std::string& name, INT_4U nDim, \
const Dimension* dims, \
const LM_TYPE* data, const std::string& unitY ); \
\
template FrVect:: \
FrVect( const std::string& name, INT_4U nDim, \
const Dimension* dims, \
LM_TYPE* data, const std::string& unitY )
const char * name()
Dimension information for a Vect.
Definition: Dimension.hh:73

◆ LM_DEBUG

#define LM_DEBUG   0

◆ LM_INFO

#define LM_INFO   0

◆ MEM_ALLOCATE

#define MEM_ALLOCATE ( )

◆ MEM_DELETE

#define MEM_DELETE ( )

◆ MOVE_RET

#define MOVE_RET (   a)    ( a )

◆ TRACE_MEMORY

#define TRACE_MEMORY   0

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

◆ anonymous enum

anonymous enum