2023-10-31 11:30:13 -04:00
|
|
|
#include "mxregionlist.h"
|
|
|
|
|
|
|
|
#include "mxregion.h"
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c32e0
|
2023-11-21 03:44:45 -05:00
|
|
|
// MxCollection<MxRegionTopBottom *>::Compare
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c3340
|
2023-11-21 03:44:45 -05:00
|
|
|
// MxCollection<MxRegionTopBottom *>::Destroy
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x100c33e0
|
2023-11-19 07:23:30 -05:00
|
|
|
void MxRegionList::Destroy(MxRegionTopBottom* p_topBottom)
|
2023-10-31 11:30:13 -04:00
|
|
|
{
|
|
|
|
if (p_topBottom) {
|
|
|
|
if (p_topBottom->m_leftRightList)
|
|
|
|
delete p_topBottom->m_leftRightList;
|
|
|
|
delete p_topBottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x100c34d0
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxCollection<MxRegionTopBottom *>::`scalar deleting destructor'
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x100c3540
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxList<MxRegionTopBottom *>::`scalar deleting destructor'
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x100c35f0
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxPtrList<MxRegionTopBottom>::`scalar deleting destructor'
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c4d80
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxCollection<MxRegionLeftRight *>::Compare
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c4de0
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxCollection<MxRegionLeftRight *>::Destroy
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x100c4e80
|
2023-11-21 03:44:45 -05:00
|
|
|
void MxRegionLeftRightList::Destroy(MxRegionLeftRight* p_leftRight)
|
|
|
|
{
|
|
|
|
delete p_leftRight;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x100c4f50
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxCollection<MxRegionLeftRight *>::`scalar deleting destructor'
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x100c4fc0
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxList<MxRegionLeftRight *>::`scalar deleting destructor'
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x100c5070
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxPtrList<MxRegionLeftRight>::`scalar deleting destructor'
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c54f0
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxListCursor<MxRegionLeftRight *>::MxListCursor<MxRegionLeftRight *>
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c58c0
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxList<MxRegionLeftRight *>::_InsertEntry
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c5970
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxList<MxRegionTopBottom *>::_InsertEntry
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c5a20
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxListEntry<MxRegionTopBottom *>::MxListEntry<MxRegionTopBottom *>
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// TEMPLATE: LEGO1 0x100c5a40
|
2023-11-19 07:23:30 -05:00
|
|
|
// MxList<MxRegionLeftRight *>::_DeleteEntry
|