DataIO
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
dataio
dataio
dataoutput
EPocitadlo.h
Go to the documentation of this file.
1
#ifndef _EPOCITADLO_H_
2
#define _EPOCITADLO_H_
3
4
#include "dataio/DataIODefines.h"
5
#include "core/common/Node.h"
6
7
namespace
EM
8
{
9
namespace
Strojcek
10
{
11
namespace
StatistikaStrojcek
12
{
13
class
DATAIO_API
EPocitadlo
:
public
ENode
14
{
15
public
:
16
EPocitadlo
();
17
virtual
~
EPocitadlo
();
18
19
unsigned
char
GetTypPocitadla();
20
unsigned
long
GetHodnota();
21
unsigned
long
GetPocitadlo();
22
23
void
SetTypPocitadla(
unsigned
char
newVal );
24
void
SetHodnota(
unsigned
long
newVal );
25
void
SetPocitadlo(
unsigned
long
newVal );
26
27
bool
write();
28
bool
read();
29
EPocitadlo
*GetLeft();
30
EPocitadlo
*GetRight();
31
32
private
:
33
class
DataClass
;
34
DataClass
*d;
35
};
36
}
37
}
38
}
39
40
#endif
EM::Strojcek::StatistikaStrojcek::EPocitadlo
Definition:
EPocitadlo.h:13
EM
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition:
ColReader.h:15
EM::Strojcek::StatistikaStrojcek::EPocitadlo::DataClass
Definition:
EPocitadlo.cpp:10
DATAIO_API
#define DATAIO_API
Definition:
DataIODefines.h:10
Generated on Thu Dec 18 2025 23:25:08 for DataIO by
1.8.8