#include <door.h>
| creational::commons::Door::Door |
( |
const Door & |
door | ) |
|
| creational::commons::Door::Door |
( |
const Room & |
first_room, |
|
|
const Room & |
second_room |
|
) |
| |
|
explicit |
| Door * creational::commons::Door::Clone |
( |
| ) |
const |
|
virtual |
| void creational::commons::Door::Enter |
( |
| ) |
|
|
overridevirtual |
| bool creational::commons::Door::entered |
( |
| ) |
const |
|
virtual |
| void creational::commons::Door::Initialize |
( |
const Room & |
first_room, |
|
|
const Room & |
second_room |
|
) |
| |
| bool creational::commons::Door::is_open |
( |
| ) |
const |
| Room * creational::commons::Door::OtherSideFrom |
( |
const Room & |
room | ) |
const |
The documentation for this class was generated from the following files:
- src/creational/src/mazeparts/door.h
- src/creational/src/mazeparts/door.cc