#include <bdlat_fuzzutiloptions.h>
◆ FuzzUtilOptions()
| bdlat::FuzzUtilOptions::FuzzUtilOptions |
( |
| ) |
|
Set all the attributes to to the corresponding default values.
◆ maxArrayLength()
| unsigned bdlat::FuzzUtilOptions::maxArrayLength |
( |
| ) |
const |
|
inline |
Return the maximum array length.
◆ maxStringLength()
| unsigned bdlat::FuzzUtilOptions::maxStringLength |
( |
| ) |
const |
|
inline |
Return the maximum string length.
◆ printableAsciiCharsOnly()
| bool bdlat::FuzzUtilOptions::printableAsciiCharsOnly |
( |
| ) |
const |
|
inline |
Return whether to generate only printable ASCII characters for strings.
◆ setMaxArrayLength()
| FuzzUtilOptions & bdlat::FuzzUtilOptions::setMaxArrayLength |
( |
unsigned |
value | ) |
|
|
inline |
Set the maximum array length to the specified value. Return a reference to *this.
◆ setMaxStringLength()
| FuzzUtilOptions & bdlat::FuzzUtilOptions::setMaxStringLength |
( |
unsigned |
value | ) |
|
|
inline |
Set the maximum string length to the specified value. Return a reference to *this.
◆ setPrintableAsciiCharsOnly()
| FuzzUtilOptions & bdlat::FuzzUtilOptions::setPrintableAsciiCharsOnly |
( |
bool |
value | ) |
|
|
inline |
Set whether to generate only printable ASCII characters for strings.
◆ k_MAX_ARRAY_LENGTH_DEFAULT
| const unsigned bdlat::FuzzUtilOptions::k_MAX_ARRAY_LENGTH_DEFAULT = 8 |
|
static |
◆ k_MAX_STRING_LENGTH_DEFAULT
| const unsigned bdlat::FuzzUtilOptions::k_MAX_STRING_LENGTH_DEFAULT = 32 |
|
static |
◆ k_PRINTABLE_ASCII_CHARS_ONLY_DEFAULT
| const bool bdlat::FuzzUtilOptions::k_PRINTABLE_ASCII_CHARS_ONLY_DEFAULT = true |
|
static |
The documentation for this class was generated from the following file: