ldas-tools-framecpp
2.6.2
|
#include <IOStream.hh>
Public Types | |
typedef boost::shared_ptr < FrameSpec::Object > | object_type |
typedef const Dictionary::streamref_type::element_type * | const_stream_ref_ptr_type |
typedef Dictionary::streamref_type | streamref_type |
Public Member Functions | |
StreamBase () | |
virtual | ~StreamBase () |
virtual void | Cleanup () |
INT_2U | GetClassId (const std::string &ClassName) const |
INT_2U | GetFSIId (INT_2U StreamId) const |
cmn_streamsize_type | PtrStructBytes () const |
const_stream_ref_ptr_type | ReferenceStreamRef () const |
const Dictionary & | GetDictionary () const |
Dictionary & | GetDictionary () |
Protected Types | |
typedef std::unique_ptr < CheckSumFilter > | checksum_filter_type |
typedef std::unique_ptr < MD5SumFilter > | md5sum_filter_type |
typedef LDASTools::AL::unordered_map < INT_2U, INT_2U > | streamid_to_fsiid_type |
typedef boost::shared_ptr < PTR_STRUCT_BASE > | ptr_struct_base_type |
Protected Member Functions | |
const FrameSpec::Info & | frameSpecInfo () const |
virtual void | frameSpecInfo (const FrameSpec::Info *Spec) |
Protected Attributes | |
Dictionary | m_dictionary |
object_type | m_null_stream_ref |
ptr_struct_base_type | m_ptr_struct_object |
streamid_to_fsiid_type | m_stream_id_to_fsi_id |
checksum_filter_type | m_file_checksum |
Checksum for file. More... | |
checksum_filter_type | m_frame_checksum |
Checksum for frame. More... | |
checksum_filter_type | m_obj_checksum |
Checksum for object. More... | |
md5sum_filter_type | m_file_md5sum |
MD5Sum value for the files. More... | |
|
protected |
typedef const Dictionary::streamref_type::element_type* FrameCPP::Common::StreamBase::const_stream_ref_ptr_type |
|
protected |
typedef boost::shared_ptr< FrameSpec::Object > FrameCPP::Common::StreamBase::object_type |
|
protected |
|
protected |
FrameCPP::Common::StreamBase::StreamBase | ( | ) |
|
virtual |
|
virtual |
Reimplemented in FrameCPP::Common::IStream, and FrameCPP::Common::IFrameStream.
|
inlineprotected |
|
protectedvirtual |
Reimplemented in FrameCPP::Common::FrameStream.
INT_2U FrameCPP::Common::StreamBase::GetClassId | ( | const std::string & | ClassName | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
StreamBase::const_stream_ref_ptr_type FrameCPP::Common::StreamBase::ReferenceStreamRef | ( | ) | const |
|
protected |
|
protected |
Checksum for file.
|
protected |
MD5Sum value for the files.
|
protected |
Checksum for frame.
|
protected |
|
protected |
Checksum for object.
|
protected |
|
mutableprotected |