Compounds |
class | PmtElement |
| The PmtElement class is the base class for handling multiple occurance of a metadata instance. More...
|
class | PmtOptionalOrSingularElement |
| Handles special case of minOccurs = 0 or 1 (and maxOccurs = 1). More...
|
class | PmtVectorElement |
| Handles the general case of minOccurs and maxOccurs being any value beside 0 and 1, respectively. More...
|
Typedefs |
typedef vector< PmtMetadataPtr > | PmtMdVec |
typedef PmtMdVec::iterator | PmtMdVecIter |
typedef PmtMdVec::const_iterator | PmtMdVecConstIter |
typedef EkSmartPtr< PmtElement > | PmtElementPtr |
typedef EkConstSmartPtr< PmtElement > | PmtConstElementPtr |