LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
access.hxx
Go to the documentation of this file.
1 
6 #ifndef FRAME_ACCESS_HXX
7 # define FRAME_ACCESS_HXX
8 
9 # include <frame/access.hh>
10 
11 namespace frame
12 {
13 
14  inline
17  {
18  return temp_;
19  }
20 
21  inline
22  int
24  {
25  return offset_;
26  }
27 
28 }
29 
30 #endif // !FRAME_ACCESS_HXX