#include <Truncate.h>
Public Types | |
| typedef signed char | signed_type |
| typedef unsigned char | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (signed_type x) |
Definition at line 139 of file Truncate.h.
| typedef signed char ACE_Utils::To_Unsigned< signed char >::signed_type |
Definition at line 141 of file Truncate.h.
| typedef unsigned char ACE_Utils::To_Unsigned< signed char >::unsigned_type |
Definition at line 142 of file Truncate.h.
| unsigned_type ACE_Utils::To_Unsigned< signed char >::operator() | ( | signed_type | x | ) | [inline] |
Definition at line 144 of file Truncate.h.
{
return static_cast<unsigned_type> (x);
}
1.7.0