#include <easylogging++.h>
Definition at line 2117 of file easylogging++.h.
◆ Predicate()
Definition at line 2119 of file easylogging++.h.
const char * filename(void) const
base::type::LineNumber lineNumber(void) const
◆ operator()()
| bool el::base::HitCounter::Predicate::operator() |
( |
const HitCounter * |
counter | ) |
|
|
inline |
Definition at line 2123 of file easylogging++.h.
2124 return ((counter !=
nullptr) &&
2125 (strcmp(counter->m_filename, m_filename) == 0) &&
2126 (counter->m_lineNumber == m_lineNumber));
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/easylogging++/easylogging++.h