libdcp
dcp::DCP Member List

This is the complete list of members for dcp::DCP, including all inherited members.

_asset_mapdcp::DCPmutableprivate
_cplsdcp::DCPprivate
_directorydcp::DCPprivate
_pklsdcp::DCPprivate
_standarddcp::DCPprivate
add(std::shared_ptr< CPL > cpl) (defined in dcp::DCP)dcp::DCP
add(DecryptedKDM const &)dcp::DCP
all_encrypted() const (defined in dcp::DCP)dcp::DCP
any_encrypted() const (defined in dcp::DCP)dcp::DCP
asset_map_path() (defined in dcp::DCP)dcp::DCPinline
assets(bool ignore_unresolved=false) constdcp::DCP
cpls() const (defined in dcp::DCP)dcp::DCP
DCP(boost::filesystem::path directory)dcp::DCPexplicit
DCP(DCP const &)=delete (defined in dcp::DCP)dcp::DCP
directories_from_files(std::vector< boost::filesystem::path > files)dcp::DCPstatic
directory() const (defined in dcp::DCP)dcp::DCPinline
equals(DCP const &other, EqualityOptions options, NoteHandler note) constdcp::DCP
operator=(DCP const &)=delete (defined in dcp::DCP)dcp::DCP
pkls() constdcp::DCPinline
read(std::vector< VerificationNote > *notes=nullptr, bool ignore_incorrect_picture_mxf_type=false)dcp::DCP
resolve_refs(std::vector< std::shared_ptr< Asset >> assets) (defined in dcp::DCP)dcp::DCP
standard() constdcp::DCPinline
write_assetmap(Standard standard, std::string pkl_uuid, boost::filesystem::path pkl_path, std::string issuer, std::string creator, std::string issue_date, std::string annotation_text) constdcp::DCPprivate
write_volindex(Standard standard) constdcp::DCPprivate
write_xml(std::string issuer=String::compose("libdcp %1", dcp::version), std::string creator=String::compose("libdcp %1", dcp::version), std::string issue_date=LocalTime().as_string(), std::string annotation_text=String::compose("Created by libdcp %1", dcp::version), std::shared_ptr< const CertificateChain > signer=std::shared_ptr< const CertificateChain >(), NameFormat name_format=NameFormat("%t"))dcp::DCP