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