LLVM  4.0.0
Public Member Functions | List of all members
llvm::support::detail::packed_endian_specific_integral< value_type, endian, alignment >::ref Struct Reference

#include <Endian.h>

Public Member Functions

 ref (void *Ptr)
 
 operator value_type () const
 
void operator= (value_type NewValue)
 

Detailed Description

template<typename value_type, endianness endian, std::size_t alignment>
struct llvm::support::detail::packed_endian_specific_integral< value_type, endian, alignment >::ref

Definition at line 214 of file Endian.h.

Constructor & Destructor Documentation

template<typename value_type , endianness endian, std::size_t alignment>
llvm::support::detail::packed_endian_specific_integral< value_type, endian, alignment >::ref::ref ( void *  Ptr)
inlineexplicit

Definition at line 215 of file Endian.h.

Member Function Documentation

template<typename value_type , endianness endian, std::size_t alignment>
llvm::support::detail::packed_endian_specific_integral< value_type, endian, alignment >::ref::operator value_type ( ) const
inline

Definition at line 217 of file Endian.h.

References Ptr.

template<typename value_type , endianness endian, std::size_t alignment>
void llvm::support::detail::packed_endian_specific_integral< value_type, endian, alignment >::ref::operator= ( value_type  NewValue)
inline

Definition at line 221 of file Endian.h.

References Ptr.


The documentation for this struct was generated from the following file: