|
ldas-tools-framecpp 3.0.4
|
#include <iomanip>#include <iostream>#include <list>#include <memory>#include <string>#include <typeinfo>#include <vector>#include <boost/pointer_cast.hpp>#include <boost/shared_ptr.hpp>#include "ldastoolsal/types.hh"#include "ldastoolsal/reverse.hh"#include "ldastoolsal/gpstime.hh"#include "ldastoolsal/util.hh"#include "ldastoolsal/Profile.hh"#include "framecpp/Common/FrameSpec.hh"#include "framecpp/Common/CheckSum.hh"#include "framecpp/Common/CheckSumFilter.hh"#include "framecpp/Common/Dictionary.hh"#include "framecpp/Common/FrameBufferInterface.hh"#include "framecpp/Common/MD5SumFilter.hh"#include "framecpp/Common/PTR_STRUCT_BASE.hh"#include "framecpp/Common/StreamFilter.hh"
Classes | |
| class | FrameCPP::Common::StreamBase |
| class | FrameCPP::Common::IStream |
| class | FrameCPP::Common::IStream::Resizer< T, S > |
| Manipulator class for input streams. More... | |
| class | FrameCPP::Common::IStream::resolver |
| class | FrameCPP::Common::IStream::ptr_reference< T > |
| class | FrameCPP::Common::IStream::container_reference< T > |
| struct | FrameCPP::Common::IStream::smart_pointer_hash< T > |
| class | FrameCPP::Common::OStream |
| class | FrameCPP::Common::OStream::Pointer |
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 | FRAME_STREAM_FILTER_IN_BUFFER 0 |
| #define | LM_DEBUG_OUTPUT 0 |
| #define | LM_DEBUG_INPUT 0 |
Functions | |
| auto | FrameCPP::Common::IsIStream (StreamBase *Stream) -> decltype(dynamic_cast< IStream * >(Stream)) |
| auto | FrameCPP::Common::IsOStream (StreamBase *Stream) -> decltype(dynamic_cast< OStream * >(Stream)) |
| #define FRAME_STREAM_FILTER_IN_BUFFER 0 |
| #define LM_DEBUG_INPUT 0 |
| #define LM_DEBUG_OUTPUT 0 |