DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EVypocetCenyDate.h
Go to the documentation of this file.
1 #if !defined(AFX_EVYPOCETCENYDATE_H__7138EC57_F5BB_4D17_B05F_5E4ABF9B4F5C__INCLUDED_)
2 #define AFX_EVYPOCETCENYDATE_H__7138EC57_F5BB_4D17_B05F_5E4ABF9B4F5C__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/EDate.h"
6 
7 namespace EM
8 {
9  using namespace Common;
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  class ERootDataIO;
15 
17  {
18  public:
19 
20  EVypocetCenyDate( ERootDataIO *owner );
21  virtual ~EVypocetCenyDate();
22 
23  long GetDay( EDate date );
24  long GetDay7( EDate date );
25 
26  private:
27  class DataClass;
28  DataClass *d;
29  };
30  }
31  }
32 }
33 
34 #endif // !defined(AFX_EVYPOCETCENYDATE_H__7138EC57_F5BB_4D17_B05F_5E4ABF9B4F5C__INCLUDED_)
Definition: EVypocetCenyDate.h:16
Definition: ERootDataIO.h:40
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10