mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros
ASTDot.hpp File Reference
#include <iostream>
#include <mutable/parse/AST.hpp>
Include dependency graph for ASTDot.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m::ast::ASTDot
 Implements printing the AST in dot language. More...
 

Namespaces

namespace  m
 

‍mutable namespace


 
namespace  m::ast
 

Macros

#define DECLARE(CLASS)   void operator()(Const<CLASS>&) override;
 

Macro Definition Documentation

◆ DECLARE

#define DECLARE (   CLASS)    void operator()(Const<CLASS>&) override;

Definition at line 31 of file ASTDot.hpp.