Flutter Engine
The Flutter Engine
|
#include <string_attribute.h>
Public Member Functions | |
virtual | ~StringAttribute ()=default |
Public Attributes | |
int32_t | start = -1 |
int32_t | end = -1 |
StringAttributeType | type |
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.
|
virtualdefault |
int32_t flutter::StringAttribute::end = -1 |
Definition at line 38 of file string_attribute.h.
int32_t flutter::StringAttribute::start = -1 |
Definition at line 37 of file string_attribute.h.
StringAttributeType flutter::StringAttribute::type |
Definition at line 39 of file string_attribute.h.