Otclient  14/8/2020
stdext::dynamic_storage< Key > Class Template Reference

#include <dynamic_storage.h>

Public Member Functions

template<typename T >
void set (const Key &k, const T &value)
 
bool remove (const Key &k)
 
template<typename T >
get (const Key &k) const
 
bool has (const Key &k) const
 
std::size_t size () const
 
void clear ()
 

Detailed Description

template<typename Key>
class stdext::dynamic_storage< Key >

Definition at line 33 of file dynamic_storage.h.

Member Function Documentation

◆ clear()

template<typename Key >
void stdext::dynamic_storage< Key >::clear ( )
inline

Definition at line 59 of file dynamic_storage.h.

◆ get()

template<typename Key >
template<typename T >
T stdext::dynamic_storage< Key >::get ( const Key &  k) const
inline

Definition at line 48 of file dynamic_storage.h.

Here is the caller graph for this function:

◆ has()

template<typename Key >
bool stdext::dynamic_storage< Key >::has ( const Key &  k) const
inline

Definition at line 49 of file dynamic_storage.h.

Here is the caller graph for this function:

◆ remove()

template<typename Key >
bool stdext::dynamic_storage< Key >::remove ( const Key &  k)
inline

Definition at line 40 of file dynamic_storage.h.

Here is the caller graph for this function:

◆ set()

template<typename Key >
template<typename T >
void stdext::dynamic_storage< Key >::set ( const Key &  k,
const T &  value 
)
inline

Definition at line 35 of file dynamic_storage.h.

Here is the caller graph for this function:

◆ size()

template<typename Key >
std::size_t stdext::dynamic_storage< Key >::size ( ) const
inline

Definition at line 51 of file dynamic_storage.h.


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