annotate src/Map-tc.cc @ 1246:35950c102ac3

[project @ 1995-04-11 00:49:24 by jwe]
author jwe
date Tue, 11 Apr 1995 00:49:24 +0000
parents dfe01093f657
children 611d403c7f3d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
754
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
1 // Map-tc.cc -*- C++ -*-
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
2 /*
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
3
1009
dfe01093f657 [project @ 1995-01-04 04:05:12 by jwe]
jwe
parents: 754
diff changeset
4 Copyright (C) 1993, 1994, 1995 John W. Eaton
754
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
5
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
6 This file is part of Octave.
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
7
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
8 Octave is free software; you can redistribute it and/or modify it
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
9 under the terms of the GNU General Public License as published by the
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
10 Free Software Foundation; either version 2, or (at your option) any
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
11 later version.
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
12
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
13 Octave is distributed in the hope that it will be useful, but WITHOUT
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
16 for more details.
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
17
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
18 You should have received a copy of the GNU General Public License
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
19 along with Octave; see the file COPYING. If not, write to the Free
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
21
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
22 */
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
23
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
24 // Instantiate Maps of tree_constants.
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
25
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
26 #include "Map.h"
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
27 #include "Map.cc"
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
28
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
29 #include "tree-const.h"
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
30
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
31 template class Map<tree_constant>;
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
32 template class CHNode<tree_constant>;
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
33 template class CHMap<tree_constant>;
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
34
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
35 template static int goodCHptr (CHNode<tree_constant> *t);
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
36 template static int CHptr_to_index (CHNode<tree_constant> *t);
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
37
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
38 /*
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
39 ;;; Local Variables: ***
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
40 ;;; mode: C++ ***
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
41 ;;; page-delimiter: "^/\\*" ***
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
42 ;;; End: ***
daf899e42dfc [project @ 1994-10-02 15:13:26 by jwe]
jwe
parents:
diff changeset
43 */