libdcp
|
This is the complete list of members for dcp::DCP, including all inherited members.
_asset_map | dcp::DCP | mutableprivate |
_cpls | dcp::DCP | private |
_directory | dcp::DCP | private |
_pkls | dcp::DCP | private |
_standard | dcp::DCP | private |
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::DCP | inline |
assets(bool ignore_unresolved=false) const | dcp::DCP | |
cpls() const (defined in dcp::DCP) | dcp::DCP | |
DCP(boost::filesystem::path directory) | dcp::DCP | explicit |
DCP(DCP const &)=delete (defined in dcp::DCP) | dcp::DCP | |
directories_from_files(std::vector< boost::filesystem::path > files) | dcp::DCP | static |
directory() const (defined in dcp::DCP) | dcp::DCP | inline |
equals(DCP const &other, EqualityOptions options, NoteHandler note) const | dcp::DCP | |
operator=(DCP const &)=delete (defined in dcp::DCP) | dcp::DCP | |
pkls() const | dcp::DCP | inline |
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() const | dcp::DCP | inline |
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) const | dcp::DCP | private |
write_volindex(Standard standard) const | dcp::DCP | private |
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 |