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

ScopeSection Class Reference

#include <cmt_scope_section.h>

List of all members.


Public Methods

? 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.

References ScopeType.

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 (? ? )?
?

Definition at line 21 of file cmt_scope_section.cxx.

References 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.


The documentation for this class was generated from the following files:
Generated on Wed Sep 1 11:00:54 2004 for CMT by 1.2.18