libdcp
Public Member Functions | Protected Attributes | List of all members
dcp::AssetList Class Reference

#include <asset_list.h>

Inheritance diagram for dcp::AssetList:
dcp::AssetMap dcp::PKL

Public Member Functions

 AssetList (Standard standard, boost::optional< std::string > annotation_text, std::string issue_date, std::string issuer, std::string creator)
 
dcp::Standard standard () const
 
void set_annotation_text (std::string annotation_text)
 
void set_issue_date (std::string issue_date)
 
void set_issuer (std::string issuer)
 
void set_creator (std::string creator)
 
boost::optional< std::string > annotation_text () const
 

Protected Attributes

dcp::Standard _standard = dcp::Standard::SMPTE
 
boost::optional< std::string > _annotation_text
 
std::string _issue_date
 
std::string _issuer
 
std::string _creator
 

Detailed Description

Class to extract some boilerplate from AssetMap and PKL

Definition at line 46 of file asset_list.h.


The documentation for this class was generated from the following file: