librime 1.2
Rime Input Method Engine, the core library
rime::List< T, Size > Struct Template Reference

#include <mapped_file.h>

Collaboration diagram for rime::List< T, Size >:

Public Member Functions

T * begin ()
T * end ()
const T * begin () const
const T * end () const

Public Attributes

Size size
OffsetPtr< T > at

Member Function Documentation

◆ begin() [1/2]

template<class T, class Size = uint32_t>
T * rime::List< T, Size >::begin ( )
inline

◆ begin() [2/2]

template<class T, class Size = uint32_t>
const T * rime::List< T, Size >::begin ( ) const
inline

◆ end() [1/2]

template<class T, class Size = uint32_t>
T * rime::List< T, Size >::end ( )
inline

◆ end() [2/2]

template<class T, class Size = uint32_t>
const T * rime::List< T, Size >::end ( ) const
inline

Member Data Documentation

◆ at

template<class T, class Size = uint32_t>
OffsetPtr<T> rime::List< T, Size >::at

◆ size

template<class T, class Size = uint32_t>
Size rime::List< T, Size >::size

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