| Puma Reference Manual | Puma: Puma::CScopeRequest Class Reference |
#include <Puma/CScopeRequest.h>

Public Member Functions | |
| ~CScopeRequest () | |
| Destructor. | |
| CScopeInfo * | Scope () const |
| Get the enclosing scope. | |
| void | Scope (CScopeInfo *scope) |
| Set the enclosing scope. | |
Protected Member Functions | |
| CScopeRequest (ObjectId id) | |
| Constructor. | |
| Puma::CScopeRequest::CScopeRequest | ( | CObjectInfo::ObjectId | id | ) | [inline, protected] |
Constructor.
| id | The object type. |
| Puma::CScopeRequest::~CScopeRequest | ( | ) | [inline] |
Destructor.
| CScopeInfo * Puma::CScopeRequest::Scope | ( | ) | const [inline] |
| void Puma::CScopeRequest::Scope | ( | CScopeInfo * | scope | ) | [inline] |
Set the enclosing scope.
| scope | The scope. |