Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
ScopeManager Class Referenceabstract

#include "lib/diff/tree-diff-application.hpp"

Description

Management interface to deal with storage for TreeMutators dedicated to nested scopes.

Definition at line 146 of file tree-diff-application.hpp.

Public Member Functions

virtual ~ScopeManager ()
 this is an interface
 
virtual TreeMutator::Handle openScope ()=0
 
virtual TreeMutatorcloseScope ()=0
 
virtual void clear ()=0
 
virtual size_t depth () const =0
 

Additional Inherited Members

- Private Member Functions inherited from NonCopyable
 ~NonCopyable ()=default
 
 NonCopyable ()=default
 
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 

Constructor & Destructor Documentation

◆ ~ScopeManager()

~ScopeManager ( )
virtual

this is an interface

Definition at line 44 of file tree-diff.cpp.

Member Function Documentation

◆ openScope()

◆ closeScope()

virtual TreeMutator & closeScope ( )
pure virtual

◆ clear()

virtual void clear ( )
pure virtual

◆ depth()

virtual size_t depth ( ) const
pure virtual
+ Inheritance diagram for ScopeManager:
+ Collaboration diagram for ScopeManager:

The documentation for this class was generated from the following files: