ldas-tools-framecpp
2.6.5
|
#include <IOStream.hh>
Classes | |
class | Resizer |
Manipulator class for input streams. More... | |
class | resolver |
Public Types | |
typedef std::istream::char_type | char_type |
typedef std::istream | istream_type |
typedef FrameBufferInterface | buffer_type |
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 | |
IStream (buffer_type *Buffer, bool AutoDelete=true) | |
virtual | ~IStream () |
virtual void | Cleanup () |
CheckSumFilter * | GetCheckSumFile () const |
void | SetCheckSumFile (const CheckSum::kind_type Type) |
CheckSumFilter * | GetCheckSumFrame () const |
void | SetCheckSumFrame (const CheckSum::kind_type Type) |
CheckSumFilter * | GetCheckSumObject () const |
void | SetCheckSumObject (const CheckSum::kind_type Type) |
virtual const FrHeader & | GetFrHeader () const |
Dictionary::ptr_struct_key_type | NextLookup (object_type Obj) const |
void | RemoveResolver (const void *Old, int MaxDepth) |
template<typename T > | |
void | PushPtr (boost::shared_ptr< T > *Obj) |
template<typename T_NEW , typename T_OLD > | |
void | ReplacePtr (boost::shared_ptr< T_NEW > *Obj, boost::shared_ptr< T_OLD > *OldPtr, const int MaxDepth) |
template<typename T > | |
void | PushRef (Container< T > &C) |
template<typename T , typename OT > | |
void | ReplaceRef (Container< T > &C, const Container< OT > &Old, const int MaxDepth) |
FrameBufferInterface * | rdbuf () const |
IStream & | read (char_type *S, std::streamsize N) |
virtual ptr_struct_base_type | Next (object_type Obj) |
virtual ptr_struct_base_type | Next (object_type::element_type *Obj) |
ptr_struct_base_type | ReadPtrStruct () |
void | Resolve () |
Method to resolve links. More... | |
cmn_streamsize_type | Size () |
Return the size of the stream. More... | |
template<typename T > | |
IStream & | operator>> (boost::shared_ptr< T > *Data) |
template<typename T , const std::string &(T::*)() const F> | |
IStream & | operator>> (SearchContainer< T, F > &SC) |
template<typename T > | |
IStream & | operator>> (Container< T > &C) |
template<typename L > | |
IStream & | operator>> (STRING< L > &String) |
template<typename L > | |
IStream & | operator>> (STRING_SHADOW< L > &String) |
template<typename L > | |
IStream & | operator>> (std::vector< STRING< L > > &String) |
template<typename DT > | |
IStream & | operator>> (std::vector< DT > &Data) |
template<typename DT > | |
IStream & | operator>> (DT &Data) |
template<typename T , typename S > | |
IStream & | operator>> (IStream::Resizer< T, S > Value) |
bool | ByteSwapping () const |
template<> | |
IStream & | operator>> (LDASTools::AL::GPSTime &Data) |
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 boost::shared_ptr< resolver > | resolver_type |
typedef std::list< resolver_type > | resolver_container_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 | |
void | nextReplace (object_type OldObj, object_type NewObj) |
void | byteSwapping (bool Value) |
virtual void | pushResolver (resolver_type Resolver) |
object_type | objectLookup (object_type::element_type *Pointer) |
const resolver_container_type & | resolverContainer () const |
resolver_container_type & | resolverContainer () |
void | setAutoDeleteBuffer (const bool Value) |
const FrameSpec::Info & | frameSpecInfo () const |
virtual void | frameSpecInfo (const FrameSpec::Info *Spec) |
Protected Attributes | |
bool | m_logNextPtr |
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 |
md5sum_filter_type | m_file_md5sum |
MD5Sum value for the files. More... | |
typedef std::istream::char_type FrameCPP::Common::IStream::char_type |
|
inherited |
typedef std::istream FrameCPP::Common::IStream::istream_type |
|
protectedinherited |
|
inherited |
|
protectedinherited |
|
protected |
|
protected |
|
protectedinherited |
|
inherited |
|
inline |
|
inlinevirtual |
|
inline |
|
inlineprotected |
|
virtual |
Reimplemented from FrameCPP::Common::StreamBase.
Reimplemented in FrameCPP::Common::IFrameStream.
|
inlineprotectedinherited |
|
protectedvirtualinherited |
Reimplemented in FrameCPP::Common::FrameStream.
|
inline |
|
inline |
|
inline |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
virtual |
Reimplemented in FrameCPP::Common::IFrameStream.
|
inlineinherited |
|
virtual |
|
virtual |
Reimplemented in FrameCPP::Common::IFrameStream.
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inline |
|
inline |
|
protectedvirtual |
Reimplemented in FrameCPP::Common::IFrameStream.
|
inline |
IStream::ptr_struct_base_type FrameCPP::Common::IStream::ReadPtrStruct | ( | ) |
Reads the next group of bytes from the stream as a PTR_STRUCT as defined by the active frame specification associated with the stream.
|
inherited |
|
inline |
|
inline |
|
inline |
void FrameCPP::Common::IStream::Resolve | ( | ) |
Method to resolve links.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
Return the size of the stream.
|
protectedinherited |
|
protectedinherited |
MD5Sum value for the files.
|
protected |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |