|
MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/driver.h>
Public Member Functions | |
| Imports (Driver &driver) | |
| const fs::path * | add (fs::path, Sym) |
Yields a fs::path*, if not already added that you can use in Location; returns nullptr otherwise. | |
Get imports | |
| const auto & | path2sym () |
| auto | paths () |
| auto | syms () |
Iterators | |
| auto | begin () const |
| auto | end () const |
|
inline |
Definition at line 50 of file driver.h.
References mim::Driver::Driver().
| const fs::path * mim::Driver::Imports::add | ( | fs::path | path, |
| Sym | sym ) |
Yields a fs::path*, if not already added that you can use in Location; returns nullptr otherwise.
Definition at line 10 of file driver.cpp.
References paths().
|
inline |