Changeset 1df492a for src/ResolvExpr/CurrentObject.cc
- Timestamp:
- Jun 21, 2022, 1:39:14 PM (11 months ago)
- Branches:
- ADT, master, pthread-emulation, qualifiedEnum
- Children:
- eb5962a
- Parents:
- fc134a48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CurrentObject.cc
rfc134a48 r1df492a 73 73 virtual void setPosition( std::list< Expression * > & designators ) = 0; 74 74 75 /// retrieve the list of possible Type/Designat on pairs for the current position in the currect object75 /// retrieve the list of possible Type/Designation pairs for the current position in the currect object 76 76 virtual std::list<InitAlternative> operator*() const = 0; 77 77
Note: See TracChangeset
for help on using the changeset viewer.