#include <ChunkReferenceTracker.h>
A factory for creating an IChunkReferenceTracker instance.
◆ Create() [1/2]
This implementation takes the install manifest and generates the internal data and chunk reference tracking based off of a set of files that will be constructed.
- Parameters
-
| InstallManifest | The install manifest to enumerate references from. |
| FilesToConstruct | The set of files to be installed, other files will not be considered. |
- Returns
- the new IChunkReferenceTracker instance created.
◆ Create() [2/2]
This implementation takes custom chunk references to track. The array should be every chunk reference, including duplicates, in order of use. See namespace CustomChunkReferencesHelpers for common setup examples to use.
- Parameters
-
| CustomChunkReferences | The custom chunk references to track. |
- Returns
- the new IChunkReferenceTracker instance created.
The documentation for this class was generated from the following files: