OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
wn2xaif_io.h
Go to the documentation of this file.
1 // ##########################################################
2 // # This file is part of OpenADFortTk. #
3 // # The full COPYRIGHT notice can be found in the top #
4 // # level directory of the OpenADFortTk source tree. #
5 // # For more information visit #
6 // # http://www.mcs.anl.gov/openad #
7 // ##########################################################
8 #ifndef wn2xaif_io_INCLUDED
9 #define wn2xaif_io_INCLUDED
10 
12 
13 
14 #include "whirl2xaif.h"
15 #include "PUXlationContext.h"
16 
17 namespace whirl2xaif {
18 
19  extern void
20  xlate_IO(xml::ostream& xos, WN *wn, PUXlationContext& context);
21 
22  extern BOOL
23  xlate_IO_ITEM(xml::ostream& xos, WN *wn, PUXlationContext& context);
24 
25 }; /* namespace whirl2xaif */
26 
27 #endif /* wn2xaif_io_INCLUDED */
28