![]() |
LogDoctor 3.00
Parse Apache2/Nginx/IIS logs and view dinamically generated statistics
|
#include <lib.h>
Public Member Functions | |
operator bool () const noexcept | |
Returns whether the field contains data. | |
const std::string & | operator* () const noexcept |
Returns a reference to the field's data. | |
size_t | operator+ (const FieldData &rhs) const noexcept |
Returns the sum of the field's data size with another field's data size. | |
Friends | |
size_t | operator+ (const size_t lhs, const FieldData &rhs) noexcept |
Returns the sum of the field's data size with the given size. | |