Main?Page | Class?Hierarchy | Class?List | File?List | Class?Members | File?Members

cmt_scope_section.h

Go to the documentation of this file.
00001 //-----------------------------------------------------------
00002 // Copyright Christian Arnault LAL-Orsay CNRS
00003 // 
00004 // See the complete license in cmt_license.txt "http://www.cecill.info". 
00005 //-----------------------------------------------------------
00006 
00007 #ifndef __cmt_scope_section_h__
00008 #define __cmt_scope_section_h__
00009 
00010 #include "cmt_parser.h"
00011 
00012 class ScopeSection
00013 {
00014 public:
00015   ScopeSection ();
00016   ScopeSection (ScopeType scope);
00017   ~ScopeSection ();
00018 
00019   ScopeType get_scope () const;
00020 
00021 private:
00022   ScopeType m_scope;
00023 };
00024 
00025 #endif

Generated on Mon Sep 5 16:30:48 2005 for CMT by 1.3.5