Changes in src/AST/Node.hpp [ee574a2:dafe9e1]
- File:
-
- 1 edited
-
src/AST/Node.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.hpp
ree574a2 rdafe9e1 166 166 const o_node_t * as() const { return dynamic_cast<const o_node_t *>(node); } 167 167 168 /// wrapper for convenient access to strict_dynamic_cast169 template<typename o_node_t>170 const o_node_t * strict_as() const { return strict_dynamic_cast<const o_node_t *>(node); }171 172 168 /// Returns a mutable version of the pointer in this node. 173 169 node_t * get_and_mutate();
Note:
See TracChangeset
for help on using the changeset viewer.