libdcp
Classes | Namespaces | Functions
verify.h File Reference

dcp::verify() method and associated code More...

#include <boost/filesystem.hpp>
#include <boost/function.hpp>
#include <boost/optional.hpp>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  dcp::VerificationNote
 

Namespaces

 dcp
 Namespace for everything in libdcp.
 

Functions

std::vector< VerificationNote > dcp::verify (std::vector< boost::filesystem::path > directories, boost::function< void(std::string, boost::optional< boost::filesystem::path >)> stage, boost::function< void(float)> progress, boost::optional< boost::filesystem::path > xsd_dtd_directory=boost::optional< boost::filesystem::path >())
 
std::string dcp::note_to_string (dcp::VerificationNote note)
 
bool dcp::operator== (dcp::VerificationNote const &a, dcp::VerificationNote const &b)
 
bool dcp::operator< (dcp::VerificationNote const &a, dcp::VerificationNote const &b)
 
std::ostream & dcp::operator<< (std::ostream &s, dcp::VerificationNote const &note)
 

Detailed Description

dcp::verify() method and associated code

Definition in file verify.h.