#include <AbstractList.hpp>
|
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...
|
|
template<typename T>
class AbstractList< T >::AbstractEntry
Class representing an abstract entry in the list.
◆ 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
-
m | Indicates, 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
-
val | Reference to the value. |
m | Indicates, if the list is mutable or immutable. |
The documentation for this class was generated from the following file: