#include <mxflib/primer.h>
#include <list>
Go to the source code of this file.
Namespaces | |
| namespace | mxflib |
Classes | |
| class | PartitionPtr |
| A smart pointer to an Partition object (with operator[] overload). More... | |
| class | PartitionParent |
| A parent pointer to an Partition object (with operator[] overload). More... | |
| class | Partition |
| Holds data relating to a single partition. More... | |
Typedefs | |
| typedef std::list< PartitionPtr > | PartitionList |
| A list of smart pointers to Partition objects. | |
The Partition class holds data about a partition, either loaded from a partition in the file or built in memory
1.5.1-p1