Autópálya
auto.h
Go to the documentation of this file.
1
#ifndef AUTO_H
2
#define AUTO_H
3
9
class
Auto
{
10
int
seb
;
11
bool
voltmar
;
12
static
const
int
max_seb
;
13
static
const
int
lassulas_esely
;
15
public
:
16
Auto
(
bool
allo);
17
23
bool
volt_mar
()
const
{
return
voltmar
; }
24
30
inline
void
megvolt
() {
voltmar
=
false
; }
31
32
int
sebesseg_valtozas
(
int
kovi_auto);
33
34
#ifdef CPORTA
35
int
get_seb()
const
{
return
seb
; }
36
#endif
37
};
38
#endif //AUTO_H
Auto::voltmar
bool voltmar
Definition:
auto.h:11
Auto
Definition:
auto.h:9
Auto::lassulas_esely
static const int lassulas_esely
Definition:
auto.h:13
Auto::sebesseg_valtozas
int sebesseg_valtozas(int kovi_auto)
Definition:
auto.cpp:28
Auto::megvolt
void megvolt()
Definition:
auto.h:30
Auto::seb
int seb
Definition:
auto.h:10
Auto::max_seb
static const int max_seb
Definition:
auto.h:12
Auto::Auto
Auto(bool allo)
Definition:
auto.cpp:19
Auto::volt_mar
bool volt_mar() const
Definition:
auto.h:23
Generated by
1.8.20