1 #ifndef EM_PERSONAL_DATA_COL_H
2 #define EM_PERSONAL_DATA_COL_H
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Head.h"
11 namespace StatistikaStrojcek
16 class DATAIO_API EPersonalDataCol :
public EHead
19 EPersonalDataCol( EZmenaSpoj *owner );
20 virtual ~EPersonalDataCol();
22 EZmenaSpoj* GetOwner();
23 void SetOwner( EZmenaSpoj* newVal );
24 void Add( EPersonalData *newVal );
25 EPersonalData *GetFirst();
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10