#include <mxflib/partition.h>
#include <list>
Go to the source code of this file.
Namespaces | |
| namespace | mxflib | 
Classes | |
| class | PartitionInfo | 
| Holds RIP data relating to a single partition.  More... | |
| class | RIP | 
| Random Index Pack class.  More... | |
Typedefs | |
| typedef SmartPtr< PartitionInfo > | PartitionInfoPtr | 
| A smart pointer to a PartitionInfo object.   | |
| typedef std::map< Position, PartitionInfoPtr >  | PartitionInfoMap | 
| A map of file location against smart pointers to PartitionInfo objects.   | |
The RIP class holds Random Index Pack data, either loaded from a real Random Index Pack in the file or built by discovering partitions.
 1.5.1-p1