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