|
|
template<typename T > |
| Description & | appendValue (const T &value) |
| | Appends an arbitrary value to the description.
|
| |
|
Description & | appendValue (short value) |
| |
|
Description & | appendValue (long value) |
| |
|
Description & | appendValue (float value) |
| |
|
Description & | appendValue (double value) |
| |
|
Description & | appendValue (const char *value) |
| |
|
Description & | appendValue (const QString &value) |
| |
|
Description & | appendValue (char value) |
| |
|
Description & | appendValue (const QChar &value) |
| |
|
template<typename Iterator > |
| Description & | appendList (const QString &start, const QString &separator, const QString &end, Iterator startIterator, Iterator endIterator) |
| | Appends a list of SelfDescribing objects to the description.
|
| |
|
static Description & | NONE () |
| |
|
virtual void | toCppSyntaxString (const QString &unformatted) |
| |
|
virtual void | toCppSyntax (const QChar &ch) |
| |
The documentation for this class was generated from the following file:
- C:/Users/Christian/Documents/GitHub/Hamcrest-Qt/src/core/description.cpp