Changes in src/ResolvExpr/CurrentObject.h [6b0b624:f7cb0bc]
- File:
-
- 1 edited
-
src/ResolvExpr/CurrentObject.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CurrentObject.h
r6b0b624 rf7cb0bc 9 9 // Author : Rob Schluntz 10 10 // Created On : Thu Jun 8 11:07:25 2017 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jul 22 09:36:48201713 // Update Count : 311 // Last Modified By : Rob Schluntz 12 // Last Modified On : Thu Jun 8 11:07:41 2017 13 // Update Count : 2 14 14 // 15 15 16 #pragma once 16 #ifndef CURRENT_OBJECT_H 17 #define CURRENT_OBJECT_H 17 18 18 19 #include <stack> … … 24 25 class MemberIterator; 25 26 27 // TODO: memory management of MemberIterators 26 28 class CurrentObject { 27 29 public: … … 49 51 } // namespace ResolvExpr 50 52 53 #endif // CURRENT_OBJECT_H 54 51 55 // Local Variables: // 52 56 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.