ACE_Utils::To_Unsigned< signed short > Struct Template Reference

#include <Truncate.h>

List of all members.

Public Types

typedef signed short signed_type
typedef unsigned short unsigned_type

Public Member Functions

unsigned_type operator() (signed_type x)


Detailed Description

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

Definition at line 155 of file Truncate.h.


Member Typedef Documentation

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

Definition at line 157 of file Truncate.h.

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

Definition at line 158 of file Truncate.h.


Member Function Documentation

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

Definition at line 160 of file Truncate.h.

00161     {
00162       return static_cast<unsigned_type> (x);
00163     }


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 17:36:07 2010 for ACE by  doxygen 1.4.7