ATLAS Offline Software
Static Public Member Functions | List of all members
CxxUtils::detail::UIntConv< uintptr_t > Union Reference

#include <UIntConv.h>

Collaboration diagram for CxxUtils::detail::UIntConv< uintptr_t >:

Static Public Member Functions

static uintptr_t valToUInt (uintptr_t x)
 Convert a T to a uintptr_t. More...
 
static uintptr_t uintToVal (uintptr_t ui)
 Convert a uintptr_t to a T. More...
 

Detailed Description

Definition at line 69 of file UIntConv.h.

Member Function Documentation

◆ uintToVal()

static uintptr_t CxxUtils::detail::UIntConv< uintptr_t >::uintToVal ( uintptr_t  ui)
inlinestatic

Convert a uintptr_t to a T.

Definition at line 82 of file UIntConv.h.

82  {
83  return ui;
84  };

◆ valToUInt()

static uintptr_t CxxUtils::detail::UIntConv< uintptr_t >::valToUInt ( uintptr_t  x)
inlinestatic

Convert a T to a uintptr_t.

Definition at line 74 of file UIntConv.h.

74  {
75  return x;
76  };

The documentation for this union was generated from the following file:
x
#define x