TAO
2.3.3
|
#include <Transport.h>
Public Member Functions | |
Drain_Result (Drain_Result_Enum dre) | |
bool | operator== (Drain_Result rhs) const |
bool | operator!= (Drain_Result rhs) const |
Public Attributes | |
Drain_Result_Enum | dre_ |
The handle_output and drain_queue* functions return objects of this struct instead of the enum value directly so the compiler will catch any uses that assign the return value to an int.
|
inline |
|
inline |
|
inline |
Drain_Result_Enum TAO_Transport::Drain_Result::dre_ |