source: proiecte/swift/trunk/lib/hoard-371/src/conformantheap.h @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 297 bytes
Line 
1#ifndef _CONFORMANTHEAP_H_
2#define _CONFORMANTHEAP_H_
3
4namespace Hoard {
5
6// more concise than double declarations when the parent is complex
7// and we need the SuperHeap declaration.
8template <class Parent>
9class ConformantHeap : public Parent {
10public:
11  typedef Parent SuperHeap;
12};
13
14}
15
16#endif
Note: See TracBrowser for help on using the repository browser.