libdcp
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dcp::TextFormatter Class Reference
Inheritance diagram for dcp::TextFormatter:
dcp::Formatter

Public Member Functions

 TextFormatter (boost::filesystem::path file)
 
void heading (std::string const &text) override
 
void subheading (std::string const &text) override
 
Wrap unordered_list () override
 
void list_item (std::string const &text, boost::optional< std::string > type={}) override
 
std::function< std::string(std::string)> process_string () override
 
std::function< std::string(std::string)> process_filename () override
 
- Public Member Functions inherited from dcp::Formatter
 Formatter (boost::filesystem::path file)
 
virtual Wrap document ()
 
virtual Wrap body ()
 
dcp::Filefile ()
 

Private Member Functions

void print (std::string const &text)
 

Private Attributes

int _indent = 0
 

Additional Inherited Members

- Protected Attributes inherited from dcp::Formatter
dcp::File _file
 

Detailed Description

Definition at line 99 of file verify_report.h.


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