![]() |
Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkTo.h"
Go to the source code of this file.
Classes | |
class | SkTInternalLList< T > |
class | SkTInternalLList< T >::Iter |
Macros | |
#define | SK_DECLARE_INTERNAL_LLIST_INTERFACE(ClassName) |
#define SK_DECLARE_INTERNAL_LLIST_INTERFACE | ( | ClassName | ) |
This macro creates the member variables required by the SkTInternalLList class. It should be placed in the private section of any class that will be stored in a double linked list.
Definition at line 19 of file SkTInternalLList.h.