LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
layout.hxx
Go to the documentation of this file.
1 
6 #ifndef ASSEM_LAYOUT_HXX
7 # define ASSEM_LAYOUT_HXX
8 
9 # include <assem/layout.hh>
10 
11 namespace assem
12 {
13 
14  inline
16  : postr_(nullptr)
17  {}
18 
19  inline void
20  Layout::ostr_set(std::ostream& ostr)
21  {
22  postr_ = &ostr;
23  }
24 
25 } // namespace assem
26 
27 #endif // !ASSEM_LAYOUT_HXX