1 #if !defined _ELINKA_COL_H_
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Head.h"
6 #include "dataio/datainput/ColReader.h"
15 namespace VstupneUdaje
17 namespace CestovnePoriadky
27 virtual long GetSize();
28 virtual long FillRecord(
const char *pomPole,
long minimum );
30 void SetDirection(
unsigned short direction );
31 unsigned short GetDirection();
33 void AddLine(
ELinka *line );
34 ELinka *GetLineByLineNumber(
long lineNumber );
35 ELinka *GetLineByLineNumberText( std::string lineNumberText );
36 std::map<long, ELinka *>
const *GetSortedLineCollection()
const;
41 virtual long ReadData( FILE *file );
Definition: ColReader.h:21
Definition: ELinkaCol.cpp:19
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
Definition: ELinkaCol.h:21
#define DATAIO_API
Definition: DataIODefines.h:10