CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
OdStreamPosImpl< TBase > Class Template Reference

#include <FlatMemStream.h>

Inheritance diagram for OdStreamPosImpl< TBase >:
OdEmptyBaseClass OdFlatMemStreamImpl< OdStreamBuf > OdFlatMemStreamImpl< TBase > OdFlatMemStream OdFlatMemStreamManaged

Public Member Functions

OdUInt64 left ()
 
OdUInt64 length ()
 
OdUInt64 tell ()
 
OdUInt64 seek (OdInt64 offset, OdDb::FilerSeekType seekType)
 
bool isEof ()
 
 OdStreamPosImpl ()
 

Protected Attributes

OdUInt64 m_nEndPos
 
OdUInt64 m_nCurPos
 

Detailed Description

template<class TBase = OdEmptyBaseClass>
class OdStreamPosImpl< TBase >

Definition at line 54 of file FlatMemStream.h.

Constructor & Destructor Documentation

◆ OdStreamPosImpl()

template<class TBase = OdEmptyBaseClass>
OdStreamPosImpl< TBase >::OdStreamPosImpl ( )
inline

Definition at line 64 of file FlatMemStream.h.

Member Function Documentation

◆ isEof()

template<class TBase = OdEmptyBaseClass>
bool OdStreamPosImpl< TBase >::isEof ( )
inline

Definition at line 63 of file FlatMemStream.h.

◆ left()

template<class TBase = OdEmptyBaseClass>
OdUInt64 OdStreamPosImpl< TBase >::left ( )
inline

Definition at line 59 of file FlatMemStream.h.

◆ length()

template<class TBase = OdEmptyBaseClass>
OdUInt64 OdStreamPosImpl< TBase >::length ( )
inline

Definition at line 60 of file FlatMemStream.h.

◆ seek()

template<class TBase >
OdUInt64 OdStreamPosImpl< TBase >::seek ( OdInt64  offset,
OdDb::FilerSeekType  seekType 
)
inline

Definition at line 174 of file FlatMemStream.h.

◆ tell()

template<class TBase = OdEmptyBaseClass>
OdUInt64 OdStreamPosImpl< TBase >::tell ( )
inline

Definition at line 61 of file FlatMemStream.h.

Member Data Documentation

◆ m_nCurPos

template<class TBase = OdEmptyBaseClass>
OdUInt64 OdStreamPosImpl< TBase >::m_nCurPos
protected

Definition at line 57 of file FlatMemStream.h.

◆ m_nEndPos

template<class TBase = OdEmptyBaseClass>
OdUInt64 OdStreamPosImpl< TBase >::m_nEndPos
protected

Definition at line 56 of file FlatMemStream.h.


The documentation for this class was generated from the following file: