Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::ast::R< T > Struct Template Reference

Public Member Functions

 R (Tab &tab, const Ptrs< T > &range)
 

Public Attributes

Tabtab
 
const Ptrs< T > & range
 
std::function< void(std::ostream &, const Ptr< T > &)> f
 

Detailed Description

template<class T>
struct thorin::ast::R< T >

Definition at line 21 of file stream.cpp.

Constructor & Destructor Documentation

◆ R()

template<class T >
thorin::ast::R< T >::R ( Tab tab,
const Ptrs< T > &  range 
)
inline

Definition at line 22 of file stream.cpp.

References thorin::ast::R< T >::tab.

Member Data Documentation

◆ f

template<class T >
std::function<void(std::ostream&, const Ptr<T>&)> thorin::ast::R< T >::f

Definition at line 29 of file stream.cpp.

◆ range

template<class T >
const Ptrs<T>& thorin::ast::R< T >::range

Definition at line 28 of file stream.cpp.

◆ tab

template<class T >
Tab& thorin::ast::R< T >::tab

Definition at line 27 of file stream.cpp.

Referenced by thorin::ast::R< T >::R().


The documentation for this struct was generated from the following file: