Changeset fdbd4fd for src/AST/Node.hpp
- Timestamp:
- May 13, 2019, 4:55:27 PM (4 years ago)
- Branches:
- ADT, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 9b81fed3
- Parents:
- 336d0b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.hpp
r336d0b3 rfdbd4fd 133 133 operator const node_t * const() const { return node; } 134 134 135 template<typename o_node_t> 136 const o_node_t * as() const { return dynamic_cast<o_node_t *>(node); } 137 135 138 using ptr = const node_t *; 136 139
Note: See TracChangeset
for help on using the changeset viewer.