Design Pattern Examples
Overview of object-oriented design patterns
FileEntry Struct Reference

Represents a File entry. More...

#include <Composite_FileDirEntry.h>

Collaboration diagram for FileEntry:
Collaboration graph

Public Attributes

FileDirEntry base
 Base FileDirEntry identifying this entry.
 

Detailed Description

Represents a File entry.

A File entry cannot have any children but does have an explicit size.

Definition at line 83 of file c/Composite_FileDirEntry.h.

Member Data Documentation

◆ base

Base FileDirEntry identifying this entry.

Definition at line 85 of file c/Composite_FileDirEntry.h.

Referenced by _NewFileEntry().


The documentation for this struct was generated from the following file: