Puma Reference Manual | Puma: Puma::CSemScope Class Reference |
#include <Puma/CSemScope.h>
Some syntactic constructs open own scopes, e.g. class definitions, function bodies, and compound statements.
Public Member Functions | |
CSemScope () | |
Constructor. | |
void | Scope (CStructure *s) |
Set the scope. | |
CStructure * | Scope () const |
Get the scope. |
Puma::CSemScope::CSemScope | ( | ) | [inline] |
Constructor.
void Puma::CSemScope::Scope | ( | CStructure * | s | ) | [inline] |
Set the scope.
s | The scope. |
CStructure* Puma::CSemScope::Scope | ( | ) | const [inline] |
Get the scope.