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

#include "ada-exp.h"

Inheritance diagram for expr::ada_aggregate_component:
expr::ada_component

Public Member Functions

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

Private Attributes

std::vector< ada_component_upm_components
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ada_aggregate_component()

expr::ada_aggregate_component::ada_aggregate_component ( std::vector< ada_component_up > &&  components)
inlineexplicit

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

Member Function Documentation

◆ assign()

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

Implements expr::ada_component.

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

References m_components.

◆ dump()

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

Implements expr::ada_component.

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

References gdb_printf(), and m_components.

◆ uses_objfile()

bool expr::ada_aggregate_component::uses_objfile ( struct objfile objfile)
overridevirtual

Implements expr::ada_component.

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

References m_components.

Member Data Documentation

◆ m_components

std::vector<ada_component_up> expr::ada_aggregate_component::m_components
private

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

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


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