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

ScopeSection Class Reference

#include <cmt_scope_section.h>

List of all members.

Public Member Functions

 ScopeSection ()
 ScopeSection (ScopeType scope)
 ~ScopeSection ()
ScopeType get_scope () const

Private Attributes

ScopeType m_scope


Constructor & Destructor Documentation

ScopeSection::ScopeSection  ) 
 

Definition at line 9 of file cmt_scope_section.cxx.

References ScopePublic.

00009                             : m_scope (ScopePublic)
00010 {
00011 }

ScopeSection::ScopeSection ScopeType  scope  ) 
 

Definition at line 13 of file cmt_scope_section.cxx.

00013                                            : m_scope (scope)
00014 {
00015 }

ScopeSection::~ScopeSection  ) 
 

Definition at line 17 of file cmt_scope_section.cxx.

00018 {
00019 }


Member Function Documentation

ScopeType ScopeSection::get_scope  )  const
 

Definition at line 21 of file cmt_scope_section.cxx.

References m_scope, and ScopeType.

Referenced by Use::get_current_scope().

00022 {
00023   return (m_scope);
00024 }


Member Data Documentation

ScopeType ScopeSection::m_scope [private]
 

Definition at line 22 of file cmt_scope_section.h.

Referenced by get_scope().


The documentation for this class was generated from the following files:
Generated on Mon May 2 10:26:00 2005 for CMT by doxygen 1.3.5