LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
temp.hxx
Go to the documentation of this file.
1 
6 #ifndef TREE_TEMP_HXX
7 # define TREE_TEMP_HXX
8 
9 # include <tree/temp.hh>
10 
11 namespace tree
12 {
13 
14  inline
15  Temp::Temp(const temp::Temp& temp)
16  : Exp()
17  , temp_(temp)
18  {}
19 
20  inline temp::Temp
22  {
23  return temp_;
24  }
25 
26 }
27 
28 #endif // !TREE_TEMP_HXX