LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::support::detail::packed_endian_specific_integral< value_type, endian, alignment > Struct Template Reference

#include <Endian.h>

Public Member Functions

 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 >

Definition at line 74 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 >::operator value_type ( ) const
inline

Definition at line 75 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 >::operator= ( value_type  newValue)
inline

Definition at line 80 of file Endian.h.


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