|
BDE 4.39.x Production Release
|
Functions | |
| bool | operator== (const ThreadAttributes &lhs, const ThreadAttributes &rhs) |
| bool | operator!= (const ThreadAttributes &lhs, const ThreadAttributes &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const ThreadAttributes &object) |
| bool bslmt::operator!= | ( | const ThreadAttributes & | lhs, |
| const ThreadAttributes & | rhs | ||
| ) |
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two baltzo::LocalTimeDescriptor objects do not have the same value if the corresponding values of their detachedState, guardSize, inheritSchedule, schedulingPolicy, schedulingPriority, and stackSize attributes are not the same.
| bsl::ostream & bslmt::operator<< | ( | bsl::ostream & | stream, |
| const ThreadAttributes & | object | ||
| ) |
Write the value of the specified object object to the specified output stream in a single-line format, and return a reference to stream. If stream is not valid on entry, this operation has no effect.
| bool bslmt::operator== | ( | const ThreadAttributes & | lhs, |
| const ThreadAttributes & | rhs | ||
| ) |
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two ThreadAttributes objects have the same value if the corresponding values of their detachedState, guardSize, inheritSchedule, schedulingPolicy, schedulingPriority, and stackSize attributes are the same.