7 #ifndef _INDEXEDFILE_READER_CLASS_HEADER_
8 #define _INDEXEDFILE_READER_CLASS_HEADER_
26 tBool m_bFilePosInvalid;
28 tVoid* m_pvCurrentChunkData;
39 tBool m_bCompatibilityV110;
41 std::map<cString, tFileExtension> m_lstExtensionInfoV110ByName;
50 "adtf_file library instead.")
287 const
tVoid** pInfoData,
char tChar
The tChar defines the type for platform character set (platform and compiler dependent type).
int64_t tInt64
type definition for signed integer values (64bit) (platform and compiler independent type).
tInt64 tTimeStamp
type definition for a time value.
tInt64 tFilePos
type definition for a file or stream position value (platform and compiler independent type).
unsigned int tUInt
type definition for unsigned integer value (platform and compiler dependent type).
void tVoid
The tVoid is always the definition for the void (non-type).
uint16_t tUInt16
type definition for unsigned integer values (16bit) (platform and compiler independent type).
int tInt
type definition for signed integer value (platform and compiler dependent type).
bool tBool
The tBool defines the type for the Values tTrue and tFalse (platform and compiler dependent).
uint32_t tUInt32
type definition for unsigned integer values (32bit) (platform and compiler independent type).
Class for storing an index table of an indexed file.
Base class for all indexed file classes.
Class for reading indexed files.
A_UTILS_DEPRECATED_MESSAGE("The class 'cIndexedFileReader' is deprecated. Please use the aquivalent from the " "adtf_file library instead.") cIndexedFileReader()
Default constructor.
A common result class usable as return value throughout.
#define A_UTILS_D(__pclassname_)
Helper macro for d-pattern definitions.
ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
Header for a file extensions.