Arduino List Library  3.0.1
The Ultimate Collection of Lists
Public Member Functions
AbstractList< T >::AbstractEntry Class Reference

#include <AbstractList.hpp>

Public Member Functions

T * getValue (const bool m)
 A pointer to the raw value, assigned for mutable lists. More...
 
void setValue (T &val, const bool m)
 Set the value. More...
 

Detailed Description

template<typename T>
class AbstractList< T >::AbstractEntry

Class representing an abstract entry in the list.

Member Function Documentation

◆ getValue()

template<typename T>
T* AbstractList< T >::AbstractEntry::getValue ( const bool  m)
inline

A pointer to the raw value, assigned for mutable lists.

Get a pointer to the value (mutable or immutable).

Parameters
mIndicates, if the list is mutable or immutable.
Returns
Pointer to the value of the entry.

◆ setValue()

template<typename T>
void AbstractList< T >::AbstractEntry::setValue ( T &  val,
const bool  m 
)
inline

Set the value.

Parameters
valReference to the value.
mIndicates, if the list is mutable or immutable.

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