|
BDE 4.39.x Production Release
|
Classes | |
| struct | ArrayUtil |
| struct | EnumUtil |
| class | FuzzUtil |
| struct | FuzzUtil_Manipulator |
| struct | FuzzUtil_ManipulatorWithCategory |
| class | FuzzUtilOptions |
| struct | NullableValueUtil |
Functions | |
| bool | operator== (const FuzzUtilOptions &lhs, const FuzzUtilOptions &rhs) |
| bool | operator!= (const FuzzUtilOptions &lhs, const FuzzUtilOptions &rhs) |
| bool bdlat::operator!= | ( | const FuzzUtilOptions & | lhs, |
| const FuzzUtilOptions & | rhs | ||
| ) |
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two FuzzUtilOptions objects do not have the same value if any of the corresponding values of their maxArrayLength, maxStringLength, and printableAsciiCharsOnly attributes are not the same.
| bool bdlat::operator== | ( | const FuzzUtilOptions & | lhs, |
| const FuzzUtilOptions & | rhs | ||
| ) |
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two FuzzUtilOptions objects have the same value if all of the corresponding values of their maxArrayLength, maxStringLength, and printableAsciiCharsOnly attributes are the same.