#include <cstdint>
#include <iostream>
#include <zypp/base/Flags.h>
#include <zypp/base/String.h>
#include <zypp/base/NonCopyable.h>
#include <zypp/base/DrunkenBishop.h>
Go to the source code of this file.
|
| zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
| zypp::base |
|
|
enum | zypp::base::@33::Direction : std::uint8_t { zypp::base::@33::Direction::NW = 0x0,
zypp::base::@33::Direction::NE = 0x1,
zypp::base::@33::Direction::SW = 0x2,
zypp::base::@33::Direction::SE = 0x3
} |
| Direction the drunken Bishop wants to move. More...
|
|
◆ Direction
enum zypp::base::@33::Direction : std::uint8_t |
|
strong |
Direction the drunken Bishop wants to move.
Definition at line 31 of file DrunkenBishop.cc.