1 #ifndef E_CUSTOM_PROPERTY_VALUE_H
2 #define E_CUSTOM_PROPERTY_VALUE_H
4 #include "dataio/DataIODefines.h"
11 namespace VstupneUdaje
16 ECustomPropertyValue();
17 ECustomPropertyValue( std::string& value );
18 ECustomPropertyValue(
const ECustomPropertyValue& rhs );
19 ~ECustomPropertyValue();
21 bool Read( std::string fileName,
unsigned long offset );
22 bool Write( FILE *f,
unsigned long &offset );
25 std::string GetString();
36 #endif // E_CUSTOM_PROPERTY_VALUE_H
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10