MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::DepNode Class Reference

#include <mim/analyses/deptree.h>

Public Member Functions

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

Friends

class DepTree
 

Detailed Description

Definition at line 9 of file deptree.h.

Constructor & Destructor Documentation

◆ DepNode()

mim::DepNode::DepNode ( Def * mut,
size_t depth )
inline

Definition at line 11 of file deptree.h.

Member Function Documentation

◆ children()

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

Definition at line 18 of file deptree.h.

◆ depth()

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

Definition at line 16 of file deptree.h.

◆ mut()

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

Definition at line 15 of file deptree.h.

◆ parent()

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

Definition at line 17 of file deptree.h.

Friends And Related Symbol Documentation

◆ DepTree

friend class DepTree
friend

Definition at line 33 of file deptree.h.


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