MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
driver.h File Reference
#include <list>
#include <absl/container/node_hash_map.h>
#include "mim/flags.h"
#include "mim/plugin.h"
#include "mim/world.h"
#include "mim/util/log.h"
Include dependency graph for driver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mim::Driver
 Some "global" variables needed all over the place. More...
 

Namespaces

namespace  mim
 

Macros

#define GET_FUN_PTR(plugin, f)
 

Macro Definition Documentation

◆ GET_FUN_PTR

#define GET_FUN_PTR ( plugin,
f )
Value:
get_fun_ptr<decltype(f)>(plugin, #f)

Definition at line 93 of file driver.h.