DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CustomPropertyCollection.h
Go to the documentation of this file.
1 #ifndef CUSTOMPROPERTYCOLLECTION_H
2 #define CUSTOMPROPERTYCOLLECTION_H
3 
4 #include "ECustomPropertyValue.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
13  {
14  public:
15  CustomPropertyCollection( const std::string &fileNameProperties, const std::string &fileNameValues );
17 
18  ECustomPropertyValue *GetCustomPropertyValue( const short tableID, const short id1, const short id2, const short id3, const short customPropertyType );
19 
20  private:
21  class DataClass;
22  DataClass *d;
23  };
24  }
25  }
26 }
27 
28 #endif // CUSTOMPROPERTYCOLLECTION_H
Definition: CustomPropertyCollection.h:12
CustomPropertyCollection(const std::string &fileNameProperties, const std::string &fileNameValues)
Definition: CustomPropertyCollection.cpp:213
Definition: CustomPropertyCollection.cpp:19
ECustomPropertyValue * GetCustomPropertyValue(const short tableID, const short id1, const short id2, const short id3, const short customPropertyType)
Definition: CustomPropertyCollection.cpp:225
Definition: ECustomPropertyValue.h:13
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
~CustomPropertyCollection()
Definition: CustomPropertyCollection.cpp:220