1 #ifndef HAMCRESTQT_STRINGDESCRIPTION_H
2 #define HAMCRESTQT_STRINGDESCRIPTION_H
4 #include "basedescription.h"
40 virtual void append(
const QChar &c);
48 #endif // HAMCRESTQT_STRINGDESCRIPTION_H
static QString asString(const SelfDescribing &selfDescribing)
Alias for toString(SelfDescribing).
Definition: stringdescription.cpp:22
virtual QString toString() const
Returns the description as a string.
Definition: stringdescription.cpp:11
virtual void appendString(const QString &str)
Append the String str to the description.
Definition: stringdescription.cpp:27
A Description that is stored as a string.
Definition: stringdescription.h:13
A Description that is stored as a string.
Definition: basedescription.h:12
The ability of an object to describe itself.
Definition: selfdescribing.h:11