Changes in src/ResolvExpr/CurrentObject.cc [1df492a:de57af9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CurrentObject.cc
r1df492a rde57af9 73 73 virtual void setPosition( std::list< Expression * > & designators ) = 0; 74 74 75 /// retrieve the list of possible Type/Designat ion pairs for the current position in the currect object75 /// retrieve the list of possible Type/Designaton 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.