46#pragma GCC diagnostic push
47#pragma GCC diagnostic ignored "-Weffc++"
90#pragma GCC diagnostic pop
bool error_happened() const
bool warning_happened() const
error_count_t f_error_count
error_count_t f_warning_count
bool f_warnings_as_errors
void set_warning_count(error_count_t count)
void set_verbose(bool status)
static error & instance()
error_count_t f_warning_count
void set_show_debug(bool show_debug)
void set_count_warnings_as_errors(bool warnings_as_errors)
std::stringstream f_message
void set_hide_all(bool show_debug)
std::ostream & get_error_stream() const
error_count_t get_warning_count() const
void set_error_count(error_count_t count)
error & operator<<(position const &pos)
error_count_t get_error_count() const
error_count_t f_error_count
void set_error_stream(std::ostream &err_stream)
safe_error_stream_t(safe_error_stream_t const &rhs)=delete
safe_error_stream_t & operator=(safe_error_stream_t const &rhs)=delete
error_count_t f_warning_count
error_count_t f_error_count
std::ostream & operator<<(std::ostream &out, csspp::error_mode_t const type)
The namespace of all the classes in the CSS Preprocessor.