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 21 of file stream.cpp.
|
inline |
Definition at line 22 of file stream.cpp.
References mim::ast::R< T >::tab.
std::function<void(std::ostream&, const Ptr<T>&)> mim::ast::R< T >::f |
Definition at line 29 of file stream.cpp.
const Ptrs<T>& mim::ast::R< T >::range |
Definition at line 28 of file stream.cpp.
Tab& mim::ast::R< T >::tab |
Definition at line 27 of file stream.cpp.
Referenced by mim::ast::R< T >::R().