v2.0.0
Loading...
Searching...
No Matches
src
libraries
fiff
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
29
using namespace
FIFFLIB
;
30
31
//=============================================================================================================
32
// DEFINE MEMBER METHODS
33
//=============================================================================================================
34
35
FiffDirEntry::FiffDirEntry
()
36
:
kind
(-1)
37
,
type
(-1)
38
,
size
(-1)
39
,
pos
(-1)
40
{
41
}
42
43
//=============================================================================================================
44
45
FiffDirEntry::FiffDirEntry
(
const
FiffDirEntry
& p_FiffDirEntry)
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
55
FiffDirEntry::~FiffDirEntry
()
56
{
57
}
fiff_dir_entry.h
Single entry of the FIFF tag directory: kind, type, byte size and absolute file position.
FIFFLIB
FIFF file I/O, in-memory data structures and high-level readers/writers.
Definition
connectivitysettings.h:66
FIFFLIB::FiffDirEntry::size
fiff_int_t size
Definition
fiff_dir_entry.h:102
FIFFLIB::FiffDirEntry::type
fiff_int_t type
Definition
fiff_dir_entry.h:101
FIFFLIB::FiffDirEntry::kind
fiff_int_t kind
Definition
fiff_dir_entry.h:100
FIFFLIB::FiffDirEntry::~FiffDirEntry
~FiffDirEntry()
Definition
fiff_dir_entry.cpp:55
FIFFLIB::FiffDirEntry::pos
fiff_int_t pos
Definition
fiff_dir_entry.h:103
FIFFLIB::FiffDirEntry::FiffDirEntry
FiffDirEntry()
Definition
fiff_dir_entry.cpp:35
Generated on
for MNE-CPP by
1.16.1