Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
tonic::DartConverter< void > Struct Reference

#include <dart_converter.h>

Public Types

using FfiType = void
 

Static Public Member Functions

static const char * GetFfiRepresentation ()
 
static const char * GetDartRepresentation ()
 
static bool AllowedInLeafCall ()
 

Static Public Attributes

static constexpr const char * kFfiRepresentation = "Void"
 
static constexpr const char * kDartRepresentation = "void"
 
static constexpr bool kAllowedInLeafCall = true
 

Detailed Description

Definition at line 40 of file dart_converter.h.

Member Typedef Documentation

◆ FfiType

using tonic::DartConverter< void >::FfiType = void

Definition at line 41 of file dart_converter.h.

Member Function Documentation

◆ AllowedInLeafCall()

static bool tonic::DartConverter< void >::AllowedInLeafCall ( )
inlinestatic

Definition at line 47 of file dart_converter.h.

47{ return kAllowedInLeafCall; }
static constexpr bool kAllowedInLeafCall

◆ GetDartRepresentation()

static const char * tonic::DartConverter< void >::GetDartRepresentation ( )
inlinestatic

Definition at line 46 of file dart_converter.h.

46{ return kDartRepresentation; }
static constexpr const char * kDartRepresentation

◆ GetFfiRepresentation()

static const char * tonic::DartConverter< void >::GetFfiRepresentation ( )
inlinestatic

Definition at line 45 of file dart_converter.h.

45{ return kFfiRepresentation; }
static constexpr const char * kFfiRepresentation

Member Data Documentation

◆ kAllowedInLeafCall

constexpr bool tonic::DartConverter< void >::kAllowedInLeafCall = true
staticconstexpr

Definition at line 44 of file dart_converter.h.

◆ kDartRepresentation

constexpr const char* tonic::DartConverter< void >::kDartRepresentation = "void"
staticconstexpr

Definition at line 43 of file dart_converter.h.

◆ kFfiRepresentation

constexpr const char* tonic::DartConverter< void >::kFfiRepresentation = "Void"
staticconstexpr

Definition at line 42 of file dart_converter.h.


The documentation for this struct was generated from the following file: