|
MimIR 0.1
MimIR is my Intermediate Representation
|
Public Member Functions | |
| R (Tab &tab, const Ptrs< T > &range) | |
Public Attributes | |
| Tab & | tab |
| const Ptrs< T > & | range |
| std::function< void(std::ostream &, const Ptr< T > &)> | f |
Definition at line 22 of file stream.cpp.
|
inline |
Definition at line 23 of file stream.cpp.
| std::function<void(std::ostream&, const Ptr<T>&)> mim::ast::R< T >::f |
Definition at line 30 of file stream.cpp.
Referenced by R().
| const Ptrs<T>& mim::ast::R< T >::range |
Definition at line 29 of file stream.cpp.
Referenced by R().
| Tab& mim::ast::R< T >::tab |
Definition at line 28 of file stream.cpp.
Referenced by R().