ScummVM API documentation
Public Member Functions
|
Public Attributes
|
List of all members
Common::ListInternal::Node< T > Struct Template Reference
Inheritance diagram for Common::ListInternal::Node< T >:
Public Member Functions
Node
(const T &x)
Node
(T &&x)
template<class... TArgs>
Node
(TArgs &&... args)
Public Member Functions inherited from
Common::ListInternal::NodeBase
constexpr
NodeBase
(
NodeBase
*prev,
NodeBase
*next)
Public Attributes
T
_data
Public Attributes inherited from
Common::ListInternal::NodeBase
NodeBase
*
_prev
= nullptr
NodeBase
*
_next
= nullptr
The documentation for this struct was generated from the following file:
common/
list_intern.h
Common
ListInternal
Node
Generated on Wed Sep 3 2025 09:20:26 for ScummVM API documentation by
1.8.13