LLVM  3.7.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 122 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 123 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 125 of file Endian.h.

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 129 of file Endian.h.


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