MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
MNE
fiff
fiff_dir_entry.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
fiff_dir_entry.h
"
42
43
44
//*************************************************************************************************************
45
//=============================================================================================================
46
// USED NAMESPACES
47
//=============================================================================================================
48
49
using namespace
FIFFLIB
;
50
51
52
//*************************************************************************************************************
53
//=============================================================================================================
54
// DEFINE MEMBER METHODS
55
//=============================================================================================================
56
57
FiffDirEntry::FiffDirEntry
()
58
: kind(-1)
59
, type(-1)
60
, size(-1)
61
, pos(-1)
62
{
63
64
}
65
66
67
//*************************************************************************************************************
68
69
FiffDirEntry::FiffDirEntry
(
const
FiffDirEntry
& p_FiffDirEntry)
70
: kind(p_FiffDirEntry.kind)
71
, type(p_FiffDirEntry.type)
72
, size(p_FiffDirEntry.size)
73
, pos(p_FiffDirEntry.pos)
74
{
75
76
}
77
78
79
//*************************************************************************************************************
80
81
FiffDirEntry::~FiffDirEntry
()
82
{
83
84
}
fiff_dir_entry.h
FiffDirEntry class declaration.
FIFFLIB::FiffDirEntry
Directory entry description.
Definition:
fiff_dir_entry.h:77
FIFFLIB::FiffDirEntry::~FiffDirEntry
~FiffDirEntry()
Definition:
fiff_dir_entry.cpp:81
FIFFLIB
Definition:
fiff.h:98
FIFFLIB::FiffDirEntry::FiffDirEntry
FiffDirEntry()
Definition:
fiff_dir_entry.cpp:57
Generated on Fri Mar 27 2015 22:54:30 for MNE-CPP by
1.8.9.1