Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
dart::ReusableHandleStack< T > Class Template Reference

#include <type_testing_stubs.h>

Public Member Functions

 ReusableHandleStack (Zone *zone)
 

Friends

template<typename U >
class ScopedHandle
 

Detailed Description

template<typename T>
class dart::ReusableHandleStack< T >

Definition at line 135 of file type_testing_stubs.h.

Constructor & Destructor Documentation

◆ ReusableHandleStack()

template<typename T >
dart::ReusableHandleStack< T >::ReusableHandleStack ( Zone zone)
inlineexplicit

Definition at line 137 of file type_testing_stubs.h.

137: zone_(zone), handles_count_(0) {}

Friends And Related Symbol Documentation

◆ ScopedHandle

template<typename T >
template<typename U >
friend class ScopedHandle
friend

Definition at line 164 of file type_testing_stubs.h.


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