|
Page Speed Optimization Libraries
1.13.35.1
|
#include <cstddef>#include "pagespeed/kernel/base/basictypes.h"#include "pagespeed/kernel/base/string.h"#include "pagespeed/kernel/image/image_util.h"#include "pagespeed/kernel/image/scanline_status.h"Go to the source code of this file.
Namespaces | |
| net_instaweb | |
| Unit-test framework for wget fetcher. | |
| pagespeed | |
| for size_t | |
Macros | |
| #define | IF_OK_RUN(_STATUS, _CALL) |
| #define IF_OK_RUN | ( | _STATUS, | |
| _CALL | |||
| ) |
Boilerplate for the convenience methods below. This code snippet invokes _CALL only if _STATUS does not indicate a pre-existing error, and returns a bool indicating success or failure of the preceding state as well as _CALL, if invoked. Note that this snippet returns from the function in which it is embedded.
1.8.6