Gets type of node. \return Type of node.
| 911 | //! Gets type of node. |
| 912 | //! \return Type of node. |
| 913 | node_type type() const |
| 914 | { |
| 915 | return m_type; |
| 916 | } |
| 917 | |
| 918 | /////////////////////////////////////////////////////////////////////////// |
| 919 | // Related nodes access |
no outgoing calls
no test coverage detected