ACE_Utils::To_Unsigned< signed long > Struct Template Reference

#include <Truncate.h>

List of all members.

Public Types

typedef signed long signed_type
typedef unsigned long unsigned_type

Public Member Functions

unsigned_type operator() (signed_type x)


Detailed Description

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

Definition at line 179 of file Truncate.h.


Member Typedef Documentation

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

Definition at line 181 of file Truncate.h.

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

Definition at line 182 of file Truncate.h.


Member Function Documentation

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

Definition at line 184 of file Truncate.h.

00185     {
00186       return static_cast<unsigned_type> (x);
00187     }


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