#include <Relocation.h>
 | 
| constexpr  | Offset () noexcept=default | 
|   | 
| constexpr  | Offset (std::size_t a_offset) noexcept | 
|   | 
| constexpr Offset &  | operator= (std::size_t a_offset) noexcept | 
|   | 
| std::uintptr_t  | address () const | 
|   | 
| constexpr std::size_t  | offset () const noexcept | 
|   | 
◆ Offset() [1/2]
  
  
      
        
          | constexpr REL::Offset::Offset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
constexprdefaultnoexcept   | 
  
 
 
◆ Offset() [2/2]
  
  
      
        
          | constexpr REL::Offset::Offset  | 
          ( | 
          std::size_t  | 
          a_offset | ) | 
           | 
         
       
   | 
  
inlineexplicitconstexprnoexcept   | 
  
 
 
◆ address()
  
  
      
        
          | std::uintptr_t REL::Offset::address  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ offset()
  
  
      
        
          | constexpr std::size_t REL::Offset::offset  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ operator=()
  
  
      
        
          | constexpr Offset & REL::Offset::operator=  | 
          ( | 
          std::size_t  | 
          a_offset | ) | 
           | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
The documentation for this class was generated from the following file: