#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 |
|
? |
Definition at line 9 of file cmt_scope_section.cxx. References ScopePublic. 00009 : m_scope (ScopePublic) 00010 { 00011 } |
|
? |
Definition at line 13 of file cmt_scope_section.cxx. References ScopeType. 00013 : m_scope (scope) 00014 { 00015 } |
|
? |
Definition at line 17 of file cmt_scope_section.cxx. 00018 { 00019 } |
|
? |
Definition at line 21 of file cmt_scope_section.cxx. References ScopeType. Referenced by Use::get_current_scope(). 00022 {
00023 return (m_scope);
00024 }
|
|
? |
Definition at line 22 of file cmt_scope_section.h. |