Isle
Loading...
Searching...
No Matches
legotraninfolist.h
Go to the documentation of this file.
1#ifndef LEGOTRANINFOLIST_H
2#define LEGOTRANINFOLIST_H
3
4#include "legotraninfo.h"
5#include "mxlist.h"
6#include "mxtypes.h"
7
8// VTABLE: LEGO1 0x100d8ca8
9// class MxCollection<LegoTranInfo *>
10
11// VTABLE: LEGO1 0x100d8cc0
12// class MxList<LegoTranInfo *>
13
14// VTABLE: LEGO1 0x100d8cd8
15// class MxPtrList<LegoTranInfo>
16
17// VTABLE: LEGO1 0x100d8c90
18// SIZE 0x18
23class LegoTranInfoList : public MxPtrList<LegoTranInfo> {
24public:
29};
30
31// VTABLE: LEGO1 0x100d8cf0
32// class MxListCursor<LegoTranInfo *>
33
34// VTABLE: LEGO1 0x100d8d08
35// class MxPtrListCursor<LegoTranInfo>
36
37// VTABLE: LEGO1 0x100d8d20
38// SIZE 0x10
43class LegoTranInfoListCursor : public MxPtrListCursor<LegoTranInfo> {
44public:
50};
51
52// TEMPLATE: LEGO1 0x1005fdf0
53// MxCollection<LegoTranInfo *>::Compare
54
55// TEMPLATE: LEGO1 0x1005fe00
56// MxCollection<LegoTranInfo *>::~MxCollection<LegoTranInfo *>
57
58// TEMPLATE: LEGO1 0x1005fe50
59// MxCollection<LegoTranInfo *>::Destroy
60
61// TEMPLATE: LEGO1 0x1005fe60
62// MxList<LegoTranInfo *>::~MxList<LegoTranInfo *>
63
64// SYNTHETIC: LEGO1 0x1005fef0
65// LegoTranInfoList::`scalar deleting destructor'
66
67// TEMPLATE: LEGO1 0x1005ff60
68// MxPtrList<LegoTranInfo>::~MxPtrList<LegoTranInfo>
69
70// SYNTHETIC: LEGO1 0x1005ffb0
71// MxCollection<LegoTranInfo *>::`scalar deleting destructor'
72
73// SYNTHETIC: LEGO1 0x10060020
74// MxList<LegoTranInfo *>::`scalar deleting destructor'
75
76// SYNTHETIC: LEGO1 0x100600d0
77// MxPtrList<LegoTranInfo>::`scalar deleting destructor'
78
79// SYNTHETIC: LEGO1 0x100612f0
80// LegoTranInfoListCursor::`scalar deleting destructor'
81
82// FUNCTION: LEGO1 0x10061360
83// MxPtrListCursor<LegoTranInfo>::~MxPtrListCursor<LegoTranInfo>
84
85// SYNTHETIC: LEGO1 0x100613b0
86// MxListCursor<LegoTranInfo *>::`scalar deleting destructor'
87
88// SYNTHETIC: LEGO1 0x10061420
89// MxPtrListCursor<LegoTranInfo>::`scalar deleting destructor'
90
91// FUNCTION: LEGO1 0x10061490
92// MxListCursor<LegoTranInfo *>::~MxListCursor<LegoTranInfo *>
93
94// FUNCTION: LEGO1 0x100614e0
95// LegoTranInfoListCursor::~LegoTranInfoListCursor
96
97#endif // LEGOTRANINFOLIST_H
[AI] Cursor/iterator for traversing a LegoTranInfoList.
LegoTranInfoListCursor(LegoTranInfoList *p_list)
[AI] Construct a cursor targeting the given LegoTranInfoList.
[AI] List container holding pointers to LegoTranInfo objects for use in transfer/pathfinding/ROIs.
LegoTranInfoList()
[AI] Constructs an empty list of LegoTranInfo pointers; disables ownership deletion semantics in the ...
[AI]
Definition: mxlist.h:148
#define FALSE
Definition: d3drmdef.h:27
[AI] Holds transformation and animation information for a LEGO object/ROI, especially in the context ...
Definition: legotraninfo.h:17