GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
fortran_array_offset_calculator Class Reference

#include "f-array-walker.h"

Public Member Functions

 fortran_array_offset_calculator (struct type *type)
 
LONGEST index_offset (LONGEST index)
 

Private Attributes

LONGEST m_stride
 
LONGEST m_upperbound
 
LONGEST m_lowerbound
 

Detailed Description

Definition at line 30 of file f-array-walker.h.

Constructor & Destructor Documentation

◆ fortran_array_offset_calculator()

fortran_array_offset_calculator::fortran_array_offset_calculator ( struct type * type)
inlineexplicit

Member Function Documentation

◆ index_offset()

LONGEST fortran_array_offset_calculator::index_offset ( LONGEST index)
inline

Member Data Documentation

◆ m_lowerbound

LONGEST fortran_array_offset_calculator::m_lowerbound
private

Definition at line 94 of file f-array-walker.h.

Referenced by fortran_array_offset_calculator(), and index_offset().

◆ m_stride

LONGEST fortran_array_offset_calculator::m_stride
private

Definition at line 88 of file f-array-walker.h.

Referenced by fortran_array_offset_calculator(), and index_offset().

◆ m_upperbound

LONGEST fortran_array_offset_calculator::m_upperbound
private

Definition at line 91 of file f-array-walker.h.

Referenced by fortran_array_offset_calculator(), and index_offset().


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