ADT
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        pthread-emulation
        qualifiedEnum
      
      
      
| Line |  | 
|---|
| 1 | // | 
|---|
| 2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo | 
|---|
| 3 | // | 
|---|
| 4 | // The contents of this file are covered under the licence agreement in the | 
|---|
| 5 | // file "LICENCE" distributed with Cforall. | 
|---|
| 6 | // | 
|---|
| 7 | // GenericSubstitution.hpp -- | 
|---|
| 8 | // | 
|---|
| 9 | // Author           : Aaron B. Moss | 
|---|
| 10 | // Created On       : Wed May 22 14:15:00 2019 | 
|---|
| 11 | // Last Modified By : Aaron B. Moss | 
|---|
| 12 | // Created On       : Wed May 22 14:15:00 2019 | 
|---|
| 13 | // Update Count     : 1 | 
|---|
| 14 | // | 
|---|
| 15 |  | 
|---|
| 16 | #pragma once | 
|---|
| 17 |  | 
|---|
| 18 | #include "TypeSubstitution.hpp" | 
|---|
| 19 |  | 
|---|
| 20 | namespace ast { | 
|---|
| 21 |  | 
|---|
| 22 | class Type; | 
|---|
| 23 |  | 
|---|
| 24 | TypeSubstitution genericSubstitution( const Type * ); | 
|---|
| 25 |  | 
|---|
| 26 | } | 
|---|
| 27 |  | 
|---|
| 28 | // Local Variables: // | 
|---|
| 29 | // tab-width: 4 // | 
|---|
| 30 | // mode: c++ // | 
|---|
| 31 | // compile-command: "make install" // | 
|---|
| 32 | // End: // | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.