#include "ada-exp.h"
|
| ada_positional_component (int index, operation_up &&op) |
|
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 |
|
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 |
|
Definition at line 598 of file ada-exp.h.
◆ ada_positional_component()
expr::ada_positional_component::ada_positional_component |
( |
int |
index, |
|
|
operation_up && |
op |
|
) |
| |
|
inline |
◆ assign()
void expr::ada_positional_component::assign |
( |
struct value * |
container, |
|
|
struct value * |
lhs, |
|
|
struct expression * |
exp, |
|
|
std::vector< LONGEST > & |
indices, |
|
|
LONGEST |
low, |
|
|
LONGEST |
high |
|
) |
| |
|
overridevirtual |
◆ dump()
void expr::ada_positional_component::dump |
( |
ui_file * |
stream, |
|
|
int |
depth |
|
) |
| |
|
overridevirtual |
◆ uses_objfile()
bool expr::ada_positional_component::uses_objfile |
( |
struct objfile * |
objfile | ) |
|
|
overridevirtual |
◆ m_index
int expr::ada_positional_component::m_index |
|
private |
◆ m_op
The documentation for this class was generated from the following files: