OpenADFortTk (basic)
src/lib/support/XlationCtxt.cxx
Go to the documentation of this file.
00001 // ##########################################################
00002 // # This file is part of OpenADFortTk.                     #
00003 // # The full COPYRIGHT notice can be found in the top      #
00004 // # level directory of the OpenADFortTk source tree.       #
00005 // # For more information visit                             #
00006 // # http://www.mcs.anl.gov/openad                          #
00007 // ##########################################################
00008 
00009 #include <stdio.h>
00010 
00011 #include "XlationCtxt.h"
00012 
00013 
00014 CtxtFlags::CtxtFlags()
00015   : flags(0)
00016 {
00017 }
00018 
00019 CtxtFlags::~CtxtFlags()
00020 {
00021 }
00022 
00023 void 
00024 CtxtFlags::Dump(std::ostream& o) const
00025 {
00026   o << "{context}";
00027 }
00028 
00029 void 
00030 CtxtFlags::DDump() const
00031 {
00032   Dump(std::cerr);
00033 }
00034 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines