v2.0.0
Loading...
Searching...
No Matches
fiff_dir_entry.cpp
Go to the documentation of this file.
1//=============================================================================================================
18
19//=============================================================================================================
20// INCLUDES
21//=============================================================================================================
22
23#include "fiff_dir_entry.h"
24
25//=============================================================================================================
26// USED NAMESPACES
27//=============================================================================================================
28
29using namespace FIFFLIB;
30
31//=============================================================================================================
32// DEFINE MEMBER METHODS
33//=============================================================================================================
34
36: kind(-1)
37, type(-1)
38, size(-1)
39, pos(-1)
40{
41}
42
43//=============================================================================================================
44
46: kind(p_FiffDirEntry.kind)
47, type(p_FiffDirEntry.type)
48, size(p_FiffDirEntry.size)
49, pos(p_FiffDirEntry.pos)
50{
51}
52
53//=============================================================================================================
54
Single entry of the FIFF tag directory: kind, type, byte size and absolute file position.
FIFF file I/O, in-memory data structures and high-level readers/writers.