LibreOffice Module o3tl (master) 1
Public Member Functions | Protected Attributes | List of all members
o3tl::detail::lru_map_base< ValueSize > Class Template Reference

#include <lru_map.hxx>

Inheritance diagram for o3tl::detail::lru_map_base< ValueSize >:
[legend]

Public Member Functions

size_t total_size () const
 

Protected Attributes

size_t mCurrentSize = 0
 

Detailed Description

template<class ValueSize>
class o3tl::detail::lru_map_base< ValueSize >

Definition at line 28 of file lru_map.hxx.

Member Function Documentation

◆ total_size()

template<class ValueSize >
size_t o3tl::detail::lru_map_base< ValueSize >::total_size ( ) const
inline

Definition at line 32 of file lru_map.hxx.

References o3tl::detail::lru_map_base< ValueSize >::mCurrentSize.

Member Data Documentation

◆ mCurrentSize

template<class ValueSize >
size_t o3tl::detail::lru_map_base< ValueSize >::mCurrentSize = 0
protected

Definition at line 35 of file lru_map.hxx.

Referenced by o3tl::detail::lru_map_base< ValueSize >::total_size().


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