17 移動費用(
const wchar_t* i場所 ) :
場所( i場所 )
int 自転車()
by bicycle
Definition: movecost.h:46
移動費用(const wchar_t *i場所)
constructor
Definition: movecost.h:17
int 瞬間移動()
by teleportation
Definition: movecost.h:101
int 徒歩()
by walking
Definition: movecost.h:35
int 飛行機()
by airplane
Definition: movecost.h:90
int 船舶()
by ship
Definition: movecost.h:79
int 自動車()
by car
Definition: movecost.h:57
wchar_t * 場所
The place to trasfer, given by constructor.
Definition: movecost.h:107
virtual ~移動費用()
destructor
Definition: movecost.h:25
int 鉄道()
by train
Definition: movecost.h:68
This class represents the transfer cost.
Definition: movecost.h:10