Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.composite.composite_filedirentry Namespace Reference

Classes

class  DirEntry
 Represents a Directory entry. More...
 
class  FileDirEntry
 Base class representing a File or Directory entry. More...
 
class  FileDirEntryList
 Makes it easier to refer to a list of child nodes. More...
 
class  FileDirTypes
 Represents the type of entries allowed in the hierarchy for the Composite design pattern example. More...
 
class  FileEntry
 Represents a File entry. More...