#include <error.h>
Public Member Functions | |
error_happened_t () | |
bool | error_happened () const |
bool | warning_happened () const |
Private Attributes | |
error_count_t | f_error_count = 0 |
error_count_t | f_warning_count = 0 |
bool csspp::error_happened_t::error_happened | ( | ) | const |
Definition at line 286 of file error.cpp.
References f_error_count, csspp::error::get_error_count(), and csspp::error::instance().
Referenced by anonymous_namespace{csspp.cpp}::pp::compile(), csspp::compiler::replace_import(), and csspp::compiler::run_validation().
bool csspp::error_happened_t::warning_happened | ( | ) | const |
Definition at line 291 of file error.cpp.
References f_warning_count, csspp::error::get_warning_count(), and csspp::error::instance().
|
private |
Definition at line 127 of file error.h.
Referenced by error_happened().
|
private |
Definition at line 128 of file error.h.
Referenced by warning_happened().
Documentation of CSS Preprocessor.
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.