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

#include "ada-exp.h"

Inheritance diagram for expr::ada_name_association:
expr::ada_association

Public Member Functions

 ada_name_association (operation_up val)
 
void assign (struct value *container, struct value *lhs, struct expression *exp, std::vector< LONGEST > &indices, LONGEST low, LONGEST high, operation_up &op) override
 
bool uses_objfile (struct objfile *objfile) override
 
void dump (ui_file *stream, int depth) override
 
- Public Member Functions inherited from expr::ada_association
virtual ~ada_association ()=default
 

Private Attributes

operation_up m_val
 

Additional Inherited Members

- Protected Member Functions inherited from expr::ada_association
 ada_association ()=default
 
 DISABLE_COPY_AND_ASSIGN (ada_association)
 

Detailed Description

Definition at line 852 of file ada-exp.h.

Constructor & Destructor Documentation

◆ ada_name_association()

expr::ada_name_association::ada_name_association ( operation_up val)
inlineexplicit

Definition at line 856 of file ada-exp.h.

Member Function Documentation

◆ assign()

void expr::ada_name_association::assign ( struct value * container,
struct value * lhs,
struct expression * exp,
std::vector< LONGEST > & indices,
LONGEST low,
LONGEST high,
operation_up & op )
overridevirtual

◆ dump()

void expr::ada_name_association::dump ( ui_file * stream,
int depth )
overridevirtual

Implements expr::ada_association.

Definition at line 9577 of file ada-lang.c.

References gdb_printf(), and m_val.

◆ uses_objfile()

bool expr::ada_name_association::uses_objfile ( struct objfile * objfile)
overridevirtual

Implements expr::ada_association.

Definition at line 9571 of file ada-lang.c.

References m_val.

Member Data Documentation

◆ m_val

operation_up expr::ada_name_association::m_val
private

Definition at line 873 of file ada-exp.h.

Referenced by assign(), dump(), and uses_objfile().


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