Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::DepNode Class Reference

#include <thorin/analyses/deptree.h>

Public Member Functions

 DepNode (Def *mut, size_t depth)
 
Defmut () const
 
size_t depth () const
 
DepNodeparent () const
 
const auto & children () const
 

Detailed Description

Definition at line 9 of file deptree.h.

Constructor & Destructor Documentation

◆ DepNode()

thorin::DepNode::DepNode ( Def mut,
size_t  depth 
)
inline

Definition at line 11 of file deptree.h.

Member Function Documentation

◆ children()

const auto & thorin::DepNode::children ( ) const
inline

Definition at line 18 of file deptree.h.

◆ depth()

size_t thorin::DepNode::depth ( ) const
inline

Definition at line 16 of file deptree.h.

◆ mut()

Def * thorin::DepNode::mut ( ) const
inline

Definition at line 15 of file deptree.h.

◆ parent()

DepNode * thorin::DepNode::parent ( ) const
inline

Definition at line 17 of file deptree.h.


The documentation for this class was generated from the following file: