#include <Truncate.h>
Public Types | |
| typedef signed long | signed_type |
| typedef unsigned long | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (signed_type x) |
Definition at line 175 of file Truncate.h.
| typedef signed long ACE_Utils::To_Unsigned< signed long >::signed_type |
Definition at line 177 of file Truncate.h.
| typedef unsigned long ACE_Utils::To_Unsigned< signed long >::unsigned_type |
Definition at line 178 of file Truncate.h.
| unsigned_type ACE_Utils::To_Unsigned< signed long >::operator() | ( | signed_type | x | ) | [inline] |
Definition at line 180 of file Truncate.h.
{
return static_cast<unsigned_type> (x);
}
1.7.0