Ember
Loading...
Searching...
No Matches
Abstract Interfaces

Pure virtual interfaces for extensibility. More...

Classes

class  EmberCore::ITreeNode
 Abstract interface for tree nodes that can be visualized. More...

Detailed Description

Pure virtual interfaces for extensibility.

The Interfaces module provides abstract interfaces that define contracts for core functionality:

  • ITreeNode - Abstract node interface
  • ITreeStructure - Abstract tree structure interface
  • ITreeFactory - Factory interface for node creation
  • IParseProgressCallback - Progress reporting interface