1 #if !defined EOBSAH_COL_H
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Head.h"
6 #include "dataio/datainput/ColReader.h"
12 namespace VstupneUdaje
16 #define TABOBSAHFILENAME "tabObsah.dat"
21 class DATAIO_API EObsahCol :
public EHead,
public EColReader
24 EObsahCol( ERiadok *owner );
29 void Add( EObsah *newVal );
31 long Write( EFileSystem *file );
32 long Read(
unsigned long pocet,
unsigned long start );
33 long Read( FILE *file,
unsigned long pocet,
unsigned long start );
34 virtual long GetSize();
35 virtual long FillRecord(
const char *pomPole,
long minimum );
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10