MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::Driver::Paths Class Reference

An ordered list of directories. More...

#include <mim/driver.h>

Public Member Functions

void add (fs::path path)
void seal ()
 Later Paths::add calls insert in front of everything added so far.
auto begin () const
auto end () const

Detailed Description

An ordered list of directories.

Definition at line 101 of file driver.h.

Member Function Documentation

◆ add()

void mim::Driver::Paths::add ( fs::path path)
inline

Definition at line 103 of file driver.h.

◆ begin()

auto mim::Driver::Paths::begin ( ) const
inline

Definition at line 110 of file driver.h.

◆ end()

auto mim::Driver::Paths::end ( ) const
inline

Definition at line 111 of file driver.h.

◆ seal()

void mim::Driver::Paths::seal ( )
inline

Later Paths::add calls insert in front of everything added so far.

Definition at line 108 of file driver.h.


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