ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
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/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"
Include dependency graph for FrVect.cc:

Namespaces

namespace  FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
namespace  FrameCPP::Version_8
 Implementation of the version 8 specification.
namespace  FrameCPP::Version_8::FrVectImpl

Macros

#define LM_DEBUG   0
#define LM_INFO   0
#define AT()
#define MOVE_RET(a)
#define TRACE_MEMORY   0
#define MEM_ALLOCATE()
#define MEM_DELETE()
#define INSTANTIATE(LM_TYPE)

Functions

 FR_OBJECT_META_DATA_DEFINE (FrVectImpl, FSI_FR_VECT, "FrVect", "Vector Data Structure") namespace FrameCPP
template<>
Data::type_type FrameCPP::Version_8::FrVectImpl::Data::GetDataType< std::string > ()

Macro Definition Documentation

◆ AT

#define AT ( )

◆ INSTANTIATE

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

◆ 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)
Value:
( a )

◆ TRACE_MEMORY

#define TRACE_MEMORY   0

Function Documentation

◆ FR_OBJECT_META_DATA_DEFINE()

FR_OBJECT_META_DATA_DEFINE ( FrVectImpl ,
FSI_FR_VECT ,
"FrVect" ,
"Vector Data Structure"  )