Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
sk_tools::Registry< T >::Range Struct Reference

#include <Registry.h>

Classes

struct  Iterator
 

Public Member Functions

Iterator begin () const
 
Iterator end () const
 

Detailed Description

template<typename T>
struct sk_tools::Registry< T >::Range

Definition at line 35 of file Registry.h.

Member Function Documentation

◆ begin()

template<typename T >
Iterator sk_tools::Registry< T >::Range::begin ( ) const
inline

Definition at line 42 of file Registry.h.

42{ return Iterator{Registry::Head()}; }
static const Registry * Head()
Definition Registry.h:29

◆ end()

template<typename T >
Iterator sk_tools::Registry< T >::Range::end ( ) const
inline

Definition at line 43 of file Registry.h.

43{ return Iterator{nullptr}; }

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