ldas-tools-framecpp
2.6.2
|
#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 > () |
#define AT | ( | ) |
#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 INSTANTIATE | ( | LM_TYPE | ) |
#define LM_DEBUG 0 |
#define LM_INFO 0 |
#define MEM_ALLOCATE | ( | ) |
#define MEM_DELETE | ( | ) |
#define MOVE_RET | ( | a | ) | ( a ) |
#define TRACE_MEMORY 0 |
anonymous enum |
anonymous enum |