Flutter Engine
The Flutter Engine
|
#include <SkSLProgramElement.h>
Public Types | |
using | Kind = ProgramElementKind |
Public Member Functions | |
ProgramElement (Position pos, Kind kind) | |
Kind | kind () const |
Public Member Functions inherited from SkSL::IRNode | |
virtual | ~IRNode () |
virtual std::string | description () const =0 |
IRNode (const IRNode &)=delete | |
IRNode & | operator= (const IRNode &)=delete |
Position | position () const |
void | setPosition (Position p) |
template<typename T > | |
bool | is () const |
template<typename T > | |
const T & | as () const |
template<typename T > | |
T & | as () |
Additional Inherited Members | |
Static Public Member Functions inherited from SkSL::Poolable | |
static void * | operator new (const size_t size) |
static void | operator delete (void *ptr) |
Public Attributes inherited from SkSL::IRNode | |
Position | fPosition |
Protected Member Functions inherited from SkSL::IRNode | |
IRNode (Position position, int kind) | |
Protected Attributes inherited from SkSL::IRNode | |
int | fKind |
Represents a top-level element (e.g. function or global variable) in a program.
Definition at line 20 of file SkSLProgramElement.h.
Definition at line 22 of file SkSLProgramElement.h.
Definition at line 24 of file SkSLProgramElement.h.
|
inline |
Definition at line 29 of file SkSLProgramElement.h.