Flutter Engine
The Flutter Engine
|
#include <sstream>
#include <string>
#include "flutter/fml/logging.h"
Go to the source code of this file.
Classes | |
class | impeller::compiler::AutoLogger |
Namespaces | |
namespace | impeller |
namespace | impeller::compiler |
Macros | |
#define | COMPILER_ERROR(stream) ::impeller::compiler::AutoLogger(stream) << GetSourcePrefix() |
#define | COMPILER_ERROR_NO_PREFIX(stream) ::impeller::compiler::AutoLogger(stream) |
#define COMPILER_ERROR | ( | stream | ) | ::impeller::compiler::AutoLogger(stream) << GetSourcePrefix() |
#define COMPILER_ERROR_NO_PREFIX | ( | stream | ) | ::impeller::compiler::AutoLogger(stream) |