NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
link_list_impl.hpp
1
#pragma once
2
#include <
lib/nw4r/ut/list.hpp
>
3
4
namespace
nw4r {
5
namespace
ut {
6
namespace
detail {
7
8
class
LinkListImpl
{
9
class
Iterator;
10
11
u32 mCount;
12
Link
mNode;
13
};
14
15
}
// namespace detail
16
}
// namespace ut
17
}
// namespace nw4r
nw4r::ut::detail::LinkListImpl
Definition
link_list_impl.hpp:8
list.hpp
nw4r::ut::Link
A doubly-linked list node. See List.
Definition
list.hpp:9
include
lib
nw4r
ut
detail
link_list_impl.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.12.0