DataIO
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
dataio
datainput
SubZoneCol.h
Go to the documentation of this file.
1
#ifndef SUB_ZONE_COL_H
2
#define SUB_ZONE_COL_H
3
4
#include "dataio/DataIODefines.h"
5
#include "core/common/Array.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
ERootCP;
17
class
SubZone;
18
19
class
DATAIO_API
SubZoneCol
:
public
EArray,
public
EColReader
20
{
21
public
:
22
SubZoneCol
(
ERootCP
*owner );
23
virtual
~
SubZoneCol
();
24
25
ERootCP
*GetOwner();
26
27
virtual
long
ReadData( FILE *file );
28
long
Read();
29
virtual
long
GetSize();
30
virtual
long
FillRecord(
const
char
*pomPole,
long
minimum );
31
32
SubZone
*GetSubZone(
unsigned
short
subZoneNumber );
33
34
private
:
35
class
DataClass
;
36
DataClass
*d;
37
};
38
}
39
}
40
}
41
}
42
43
#endif //SUB_ZONE_COL_H
EM::Strojcek::VstupneUdaje::CestovnePoriadky::SubZoneCol
Definition:
SubZoneCol.h:19
EM::Strojcek::VstupneUdaje::EColReader
Definition:
ColReader.h:21
EM::Strojcek::VstupneUdaje::CestovnePoriadky::SubZone
Definition:
SubZone.h:19
EM::Strojcek::VstupneUdaje::CestovnePoriadky::SubZoneCol::DataClass
Definition:
SubZoneCol.cpp:14
EM::Strojcek::VstupneUdaje::CestovnePoriadky::ERootCP
Definition:
ERootCP.h:24
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:08 for DataIO by
1.8.8