libdcp
Public Member Functions | Private Attributes | List of all members
dcp::AssetMap::Asset Class Reference
Inheritance diagram for dcp::AssetMap::Asset:
dcp::Object

Public Member Functions

 Asset (std::string id, boost::filesystem::path path, bool pkl)
 
 Asset (cxml::ConstNodePtr node, boost::filesystem::path root, dcp::Standard standard)
 
boost::filesystem::path path () const
 
bool pkl () const
 
void write_xml (xmlpp::Element *asset_list, boost::filesystem::path dcp_root_directory) const
 
- Public Member Functions inherited from dcp::Object
 Object ()
 
 Object (std::string id)
 
 Object (Object const &other)
 
Objectoperator= (Object const &other)
 
std::string id () const
 

Private Attributes

boost::filesystem::path _path
 
bool _pkl = false
 

Additional Inherited Members

- Protected Attributes inherited from dcp::Object
std::string _id
 

Detailed Description

Definition at line 69 of file asset_map.h.


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