Photon 1.0.0
Loading...
Searching...
No Matches
html2png::html_config Class Reference

Public Member Functions

 html_config (const std::string &html_file)
 
int get_int (const std::string &key, int default_value)
 
bool get_bool (const std::string &key, bool default_value)
 

Private Attributes

std::map< std::string, std::string > m_data
 

Constructor & Destructor Documentation

◆ html_config()

html2png::html_config::html_config ( const std::string &  html_file)
inlineexplicit

Member Function Documentation

◆ get_bool()

bool html2png::html_config::get_bool ( const std::string &  key,
bool  default_value 
)
inline

◆ get_int()

int html2png::html_config::get_int ( const std::string &  key,
int  default_value 
)
inline

Member Data Documentation

◆ m_data

std::map<std::string, std::string> html2png::html_config::m_data
private

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