#include <OnDemandBuilderForScope.h>
Inheritance diagram for Reflex::OnDemandBuilderForScope:
Public Member Functions | |
OnDemandBuilderForScope () | |
OnDemandBuilderForScope (ScopeBase *scope) | |
virtual | ~OnDemandBuilderForScope () |
virtual void | BuildAll ()=0 |
void | SetContext (ScopeBase *scope) |
ScopeBase * | Context () const |
Private Attributes | |
ScopeBase * | fContext |
Definition at line 23 of file OnDemandBuilderForScope.h.
Reflex::OnDemandBuilderForScope::OnDemandBuilderForScope | ( | ) | [inline] |
Definition at line 26 of file OnDemandBuilderForScope.h.
Reflex::OnDemandBuilderForScope::OnDemandBuilderForScope | ( | ScopeBase * | scope | ) | [inline] |
Definition at line 27 of file OnDemandBuilderForScope.h.
virtual Reflex::OnDemandBuilderForScope::~OnDemandBuilderForScope | ( | ) | [inline, virtual] |
Definition at line 28 of file OnDemandBuilderForScope.h.
virtual void Reflex::OnDemandBuilderForScope::BuildAll | ( | ) | [pure virtual] |
Implements Reflex::OnDemandBuilder.
void Reflex::OnDemandBuilderForScope::SetContext | ( | ScopeBase * | scope | ) | [inline] |
Definition at line 33 of file OnDemandBuilderForScope.h.
ScopeBase* Reflex::OnDemandBuilderForScope::Context | ( | ) | const [inline] |
Definition at line 34 of file OnDemandBuilderForScope.h.
Definition at line 37 of file OnDemandBuilderForScope.h.