11#ifndef ZYPP_BASE_DRUNKENBISHOP_H
12#define ZYPP_BASE_DRUNKENBISHOP_H
104 {
return asString( std::string(),
options_r ); }
106 std::string asString(
const std::string &
prefix_r, Options
options_r = Options() )
const;
110 {
return asLines( std::string(),
options_r ); }
112 std::vector<std::string> asLines(
const std::string &
prefix_r, Options
options_r = Options() )
const;
124 {
return obj.dumpOn(
str ); }
RepoManager implementation.
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Random art fingerprint visualization Visualize fingerprint data on a [17x9] (SSH) or [19x11] (GPG) or...
DrunkenBishop(const std::string &data_r, unsigned height_r)
RW_pointer< Impl > _pimpl
Implementation class.
ZYPP_DECLARE_FLAGS(Options, OptionBits)
std::string asString(Options options_r=Options()) const
Render board as string.
friend std::ostream & operator<<(std::ostream &str, const DrunkenBishop &obj)
std::vector< std::string > asLines(Options options_r=Options()) const
Render to an array of lines.
DrunkenBishop(const std::string &data_r, unsigned height_r, unsigned width_r)
std::ostream & dumpOn(std::ostream &str, Options options_r=Options()) const
Render board to steam.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
#define ZYPP_DECLARE_OPERATORS_FOR_FLAGS(Name)