#include "ada-exp.h"
|
| ada_discrete_range_association (operation_up &&low, operation_up &&high) |
|
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 |
|
virtual void | assign (struct value *container, struct value *lhs, struct expression *exp, std::vector< LONGEST > &indices, LONGEST low, LONGEST high, operation_up &op)=0 |
|
virtual bool | uses_objfile (struct objfile *objfile)=0 |
|
virtual void | dump (ui_file *stream, int depth)=0 |
|
virtual | ~ada_association ()=default |
|
Definition at line 715 of file ada-exp.h.
◆ ada_discrete_range_association()
◆ assign()
void expr::ada_discrete_range_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_discrete_range_association::dump |
( |
ui_file * |
stream, |
|
|
int |
depth |
|
) |
| |
|
overridevirtual |
◆ uses_objfile()
bool expr::ada_discrete_range_association::uses_objfile |
( |
struct objfile * |
objfile | ) |
|
|
overridevirtual |
◆ m_high
◆ m_low
The documentation for this class was generated from the following files: