Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
flutter::StringAttribute Struct Reference

#include <string_attribute.h>

Inheritance diagram for flutter::StringAttribute:
flutter::LocaleStringAttribute flutter::SpellOutStringAttribute

Public Member Functions

virtual ~StringAttribute ()=default
 

Public Attributes

int32_t start = -1
 
int32_t end = -1
 
StringAttributeType type
 

Detailed Description

The c++ representation of the StringAttribute, this struct serves as an abstract interface for the subclasses and should not be used directly.

Definition at line 35 of file string_attribute.h.

Constructor & Destructor Documentation

◆ ~StringAttribute()

virtual flutter::StringAttribute::~StringAttribute ( )
virtualdefault

Member Data Documentation

◆ end

int32_t flutter::StringAttribute::end = -1

Definition at line 38 of file string_attribute.h.

◆ start

int32_t flutter::StringAttribute::start = -1

Definition at line 37 of file string_attribute.h.

◆ type

StringAttributeType flutter::StringAttribute::type

Definition at line 39 of file string_attribute.h.


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