DataIO
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
dataio
datainput
ESpojPlatnostCol.h
Go to the documentation of this file.
1
#ifndef EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOSTCOL_H
2
#define EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOSTCOL_H
3
4
#include "dataio/DataIODefines.h"
5
#include "core/common/Head.h"
6
#include "dataio/datainput/ColReader.h"
7
8
namespace
EM
9
{
10
namespace
Strojcek
11
{
12
namespace
VstupneUdaje
13
{
14
namespace
CestovnePoriadky
15
{
16
class
ESpojPlatnost;
17
class
ESpoj;
18
19
class
DATAIO_API
ESpojPlatnostCol
:
public
EHead,
public
EColReader
20
{
21
public
:
22
ESpojPlatnostCol
(
ESpoj
*owner );
23
virtual
~
ESpojPlatnostCol
();
24
25
ESpoj
*GetOwner();
26
void
Add(
ESpojPlatnost
*newVal );
27
28
virtual
long
ReadData( FILE *file );
29
long
Read();
30
long
GetPlatnost(
short
year,
char
month );
31
virtual
long
GetSize();
32
virtual
long
FillRecord(
const
char
*pomPole,
long
minimum );
33
ESpojPlatnost
*GetFirst();
34
35
private
:
36
ESpoj
*mOwner;
37
};
38
}
39
}
40
}
41
}
42
43
#endif
EM::Strojcek::VstupneUdaje::CestovnePoriadky::ESpoj
Definition:
ESpoj.h:41
EM::Strojcek::VstupneUdaje::CestovnePoriadky::ESpojPlatnost
Definition:
ESpojPlatnost.h:17
EM::Strojcek::VstupneUdaje::EColReader
Definition:
ColReader.h:21
EM::Strojcek::VstupneUdaje::CestovnePoriadky::ESpojPlatnostCol
Definition:
ESpojPlatnostCol.h:19
EM
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition:
ColReader.h:15
DATAIO_API
#define DATAIO_API
Definition:
DataIODefines.h:10
Generated on Thu Dec 18 2025 23:25:07 for DataIO by
1.8.8