#include <mxflib/mdtype.h>
#include <map>
Go to the source code of this file.
Namespaces | |
| namespace | mxflib |
Classes | |
| class | Primer |
| Holds local tag to metadata definition UL mapping. More... | |
Typedefs | |
| typedef SmartPtr< Primer > | PrimerPtr |
| A smart pointer to an Primer. | |
| typedef std::list< PrimerPtr > | PrimerList |
| A list of smart pointers to Primer objects. | |
| typedef std::map< Tag, UL > | Primer_Root |
The Primer class holds data about the mapping between local tags in a partition and the UL that gives access to the full definition
1.5.1-p1