Flutter Engine
The Flutter Engine
|
#include <Block.h>
#include "flutter/fml/compiler_specific.h"
#include "flutter/fml/platform/darwin/scoped_typeref.h"
Go to the source code of this file.
Classes | |
struct | fml::internal::ScopedBlockTraits< B > |
Namespaces | |
namespace | fml |
namespace | fml::internal |
Macros | |
#define | BASE_MAC_BRIDGE_CAST(TYPE, VALUE) VALUE |
Typedefs | |
template<typename B > | |
using | fml::ScopedBlock = ScopedTypeRef< B, internal::ScopedBlockTraits< B > > |
#define BASE_MAC_BRIDGE_CAST | ( | TYPE, | |
VALUE | |||
) | VALUE |
Definition at line 16 of file scoped_block.h.