ACE_Utils::To_Unsigned< signed char > Struct Template Reference

#include <Truncate.h>

List of all members.

Public Types

typedef signed char signed_type
typedef unsigned char unsigned_type

Public Member Functions

unsigned_type operator() (signed_type x)

template<>
struct ACE_Utils::To_Unsigned< signed char >


Member Typedef Documentation

typedef signed char ACE_Utils::To_Unsigned< signed char >::signed_type
 

Definition at line 145 of file Truncate.h.

Referenced by operator()().

typedef unsigned char ACE_Utils::To_Unsigned< signed char >::unsigned_type
 

Definition at line 146 of file Truncate.h.


Member Function Documentation

unsigned_type ACE_Utils::To_Unsigned< signed char >::operator() signed_type  x  )  [inline]
 

Definition at line 148 of file Truncate.h.

References signed_type.

00149     {
00150       return static_cast<unsigned_type> (x);
00151     }


The documentation for this struct was generated from the following file:
Generated on Sun Jan 27 12:59:48 2008 for ACE by doxygen 1.3.6