mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-12-12 00:08:50 +01:00
1d9949e1a0
--HG-- rename : core-1.4/CPlugin.cpp => core-legacy/CPlugin.cpp rename : core-1.4/CPlugin.h => core-legacy/CPlugin.h rename : core-1.4/CSmmAPI.cpp => core-legacy/CSmmAPI.cpp rename : core-1.4/CSmmAPI.h => core-legacy/CSmmAPI.h rename : core-1.4/IPluginManager.h => core-legacy/IPluginManager.h rename : core-1.4/ISmmAPI.h => core-legacy/ISmmAPI.h rename : core-1.4/ISmmPlugin.h => core-legacy/ISmmPlugin.h rename : core-1.4/Makefile => core-legacy/Makefile rename : core-1.4/concommands.cpp => core-legacy/concommands.cpp rename : core-1.4/concommands.h => core-legacy/concommands.h rename : core-1.4/convar_smm.h => core-legacy/convar_smm.h rename : core-1.4/msvc7/sourcemm.sln => core-legacy/msvc7/sourcemm.sln rename : core-1.4/msvc7/sourcemm.vcproj => core-legacy/msvc7/sourcemm.vcproj rename : core-1.4/msvc8/sourcemm.sln => core-legacy/msvc8/sourcemm.sln rename : core-1.4/msvc8/sourcemm.vcproj => core-legacy/msvc8/sourcemm.vcproj rename : core-1.4/msvc9/sourcemm.sln => core-legacy/msvc9/sourcemm.sln rename : core-1.4/msvc9/sourcemm.vcproj => core-legacy/msvc9/sourcemm.vcproj rename : core-1.4/oslink.cpp => core-legacy/oslink.cpp rename : core-1.4/oslink.h => core-legacy/oslink.h rename : core-1.4/sourcehook.cpp => core-legacy/sourcehook.cpp rename : core-1.4/sourcehook/FastDelegate.h => core-legacy/sourcehook/FastDelegate.h rename : core-1.4/sourcehook/generate/FastDelegate.h => core-legacy/sourcehook/generate/FastDelegate.h rename : core-1.4/sourcehook/generate/FastDelegate.hxx => core-legacy/sourcehook/generate/FastDelegate.hxx rename : core-1.4/sourcehook/generate/generate => core-legacy/sourcehook/generate/generate rename : core-1.4/sourcehook/generate/generate.bat => core-legacy/sourcehook/generate/generate.bat rename : core-1.4/sourcehook/generate/sh_memfuncinfo.h => core-legacy/sourcehook/generate/sh_memfuncinfo.h rename : core-1.4/sourcehook/generate/sh_memfuncinfo.hxx => core-legacy/sourcehook/generate/sh_memfuncinfo.hxx rename : core-1.4/sourcehook/generate/shworker.bin => core-legacy/sourcehook/generate/shworker.bin rename : core-1.4/sourcehook/generate/shworker.exe => core-legacy/sourcehook/generate/shworker.exe rename : core-1.4/sourcehook/generate/shworker/Makefile => core-legacy/sourcehook/generate/shworker/Makefile rename : core-1.4/sourcehook/generate/shworker/fd_hopter.cpp => core-legacy/sourcehook/generate/shworker/fd_hopter.cpp rename : core-1.4/sourcehook/generate/shworker/msvc7/shworker.vcproj => core-legacy/sourcehook/generate/shworker/msvc7/shworker.vcproj rename : core-1.4/sourcehook/generate/shworker/msvc8/shworker.vcproj => core-legacy/sourcehook/generate/shworker/msvc8/shworker.vcproj rename : core-1.4/sourcehook/generate/shworker/shworker.cpp => core-legacy/sourcehook/generate/shworker/shworker.cpp rename : core-1.4/sourcehook/generate/sourcehook.h => core-legacy/sourcehook/generate/sourcehook.h rename : core-1.4/sourcehook/generate/sourcehook.hxx => core-legacy/sourcehook/generate/sourcehook.hxx rename : core-1.4/sourcehook/sh_list.h => core-legacy/sourcehook/sh_list.h rename : core-1.4/sourcehook/sh_memfuncinfo.h => core-legacy/sourcehook/sh_memfuncinfo.h rename : core-1.4/sourcehook/sh_memory.h => core-legacy/sourcehook/sh_memory.h rename : core-1.4/sourcehook/sh_stack.h => core-legacy/sourcehook/sh_stack.h rename : core-1.4/sourcehook/sh_string.h => core-legacy/sourcehook/sh_string.h rename : core-1.4/sourcehook/sh_tinyhash.h => core-legacy/sourcehook/sh_tinyhash.h rename : core-1.4/sourcehook/sh_vector.h => core-legacy/sourcehook/sh_vector.h rename : core-1.4/sourcehook/sourcehook.cpp => core-legacy/sourcehook/sourcehook.cpp rename : core-1.4/sourcehook/sourcehook.h => core-legacy/sourcehook/sourcehook.h rename : core-1.4/sourcehook/sourcehook_impl.h => core-legacy/sourcehook/sourcehook_impl.h rename : core-1.4/sourcehook/test/Makefile => core-legacy/sourcehook/test/Makefile rename : core-1.4/sourcehook/test/main.cpp => core-legacy/sourcehook/test/main.cpp rename : core-1.4/sourcehook/test/msvc7/test.vcproj => core-legacy/sourcehook/test/msvc7/test.vcproj rename : core-1.4/sourcehook/test/msvc8/test.vcproj => core-legacy/sourcehook/test/msvc8/test.vcproj rename : core-1.4/sourcehook/test/sourcehook_test.h => core-legacy/sourcehook/test/sourcehook_test.h rename : core-1.4/sourcehook/test/test1.cpp => core-legacy/sourcehook/test/test1.cpp rename : core-1.4/sourcehook/test/test2.cpp => core-legacy/sourcehook/test/test2.cpp rename : core-1.4/sourcehook/test/test3.cpp => core-legacy/sourcehook/test/test3.cpp rename : core-1.4/sourcehook/test/test4.cpp => core-legacy/sourcehook/test/test4.cpp rename : core-1.4/sourcehook/test/testbail.cpp => core-legacy/sourcehook/test/testbail.cpp rename : core-1.4/sourcehook/test/testbail.h => core-legacy/sourcehook/test/testbail.h rename : core-1.4/sourcehook/test/testbail2.cpp => core-legacy/sourcehook/test/testbail2.cpp rename : core-1.4/sourcehook/test/testevents.h => core-legacy/sourcehook/test/testevents.h rename : core-1.4/sourcehook/test/testlist.cpp => core-legacy/sourcehook/test/testlist.cpp rename : core-1.4/sourcehook/test/testmanual.cpp => core-legacy/sourcehook/test/testmanual.cpp rename : core-1.4/sourcehook/test/testmulti.cpp => core-legacy/sourcehook/test/testmulti.cpp rename : core-1.4/sourcehook/test/testrecall.cpp => core-legacy/sourcehook/test/testrecall.cpp rename : core-1.4/sourcehook/test/testreentr.cpp => core-legacy/sourcehook/test/testreentr.cpp rename : core-1.4/sourcehook/test/testref.cpp => core-legacy/sourcehook/test/testref.cpp rename : core-1.4/sourcehook/test/testrefret.cpp => core-legacy/sourcehook/test/testrefret.cpp rename : core-1.4/sourcemm.cpp => core-legacy/sourcemm.cpp rename : core-1.4/sourcemm.h => core-legacy/sourcemm.h rename : core-1.4/svn_version.h => core-legacy/svn_version.h rename : core-1.4/svn_version.tpl => core-legacy/svn_version.tpl rename : core-1.4/util.cpp => core-legacy/util.cpp rename : core-1.4/util.h => core-legacy/util.h rename : core-1.4/version.rc => core-legacy/version.rc rename : core-1.4/vsp_listener.cpp => core-legacy/vsp_listener.cpp rename : core-1.4/vsp_listener.h => core-legacy/vsp_listener.h
292 lines
5.0 KiB
C++
292 lines
5.0 KiB
C++
/* ======== SourceMM ========
|
|
* Copyright (C) 2004-2008 Metamod:Source Development Team
|
|
* No warranties of any kind
|
|
*
|
|
* License: zlib/libpng
|
|
*
|
|
* Author(s): David "BAILOPAN" Anderson
|
|
* ============================
|
|
*/
|
|
|
|
#ifndef _INCLUDE_SMM_LIST_H
|
|
#define _INCLUDE_SMM_LIST_H
|
|
|
|
#include <new>
|
|
#include <malloc.h>
|
|
|
|
namespace SourceHook
|
|
{
|
|
|
|
//This class is from CSDM for AMX Mod X
|
|
/*
|
|
A circular, doubly-linked list with one sentinel node
|
|
|
|
Empty:
|
|
m_Head = sentinel
|
|
m_Head->next = m_Head;
|
|
m_Head->prev = m_Head;
|
|
One element:
|
|
m_Head = sentinel
|
|
m_Head->next = node1
|
|
m_Head->prev = node1
|
|
node1->next = m_Head
|
|
node1->prev = m_Head
|
|
Two elements:
|
|
m_Head = sentinel
|
|
m_Head->next = node1
|
|
m_Head->prev = node2
|
|
node1->next = node2
|
|
node1->prev = m_Head
|
|
node2->next = m_Head
|
|
node2->prev = node1
|
|
*/
|
|
template <class T>
|
|
class List
|
|
{
|
|
public:
|
|
class iterator;
|
|
friend class iterator;
|
|
class ListNode
|
|
{
|
|
public:
|
|
ListNode(const T & o) : obj(o) { };
|
|
ListNode() { };
|
|
T obj;
|
|
ListNode *next;
|
|
ListNode *prev;
|
|
};
|
|
private:
|
|
// Initializes the sentinel node.
|
|
// BAIL used malloc instead of new in order to bypass the need for a constructor.
|
|
ListNode *_Initialize()
|
|
{
|
|
ListNode *n = (ListNode *)malloc(sizeof(ListNode));
|
|
n->next = n;
|
|
n->prev = n;
|
|
return n;
|
|
}
|
|
public:
|
|
List() : m_Head(_Initialize()), m_Size(0)
|
|
{
|
|
}
|
|
List(const List &src) : m_Head(_Initialize()), m_Size(0)
|
|
{
|
|
iterator iter;
|
|
for (iter=src.begin(); iter!=src.end(); iter++)
|
|
push_back( (*iter) );
|
|
}
|
|
~List()
|
|
{
|
|
clear();
|
|
|
|
// Don't forget to free the sentinel
|
|
if (m_Head)
|
|
{
|
|
free(m_Head);
|
|
m_Head = NULL;
|
|
}
|
|
}
|
|
void push_back(const T &obj)
|
|
{
|
|
ListNode *node = new ListNode(obj);
|
|
|
|
node->prev = m_Head->prev;
|
|
node->next = m_Head;
|
|
m_Head->prev->next = node;
|
|
m_Head->prev = node;
|
|
|
|
m_Size++;
|
|
}
|
|
size_t size() const
|
|
{
|
|
return m_Size;
|
|
}
|
|
|
|
void clear()
|
|
{
|
|
ListNode *node = m_Head->next;
|
|
ListNode *temp;
|
|
m_Head->next = m_Head;
|
|
m_Head->prev = m_Head;
|
|
|
|
// Iterate through the nodes until we find g_Head (the sentinel) again
|
|
while (node != m_Head)
|
|
{
|
|
temp = node->next;
|
|
delete node;
|
|
node = temp;
|
|
}
|
|
m_Size = 0;
|
|
}
|
|
bool empty() const
|
|
{
|
|
return (m_Size == 0);
|
|
}
|
|
T & back()
|
|
{
|
|
return m_Head->prev->obj;
|
|
}
|
|
private:
|
|
ListNode *m_Head;
|
|
size_t m_Size;
|
|
public:
|
|
class iterator
|
|
{
|
|
friend class List;
|
|
public:
|
|
iterator()
|
|
{
|
|
m_This = NULL;
|
|
}
|
|
iterator(const List &src)
|
|
{
|
|
m_This = src.m_Head;
|
|
}
|
|
iterator(ListNode *n) : m_This(n)
|
|
{
|
|
}
|
|
iterator(const iterator &where)
|
|
{
|
|
m_This = where.m_This;
|
|
}
|
|
//pre decrement
|
|
iterator & operator--()
|
|
{
|
|
if (m_This)
|
|
m_This = m_This->prev;
|
|
return *this;
|
|
}
|
|
//post decrement
|
|
iterator operator--(int)
|
|
{
|
|
iterator old(*this);
|
|
if (m_This)
|
|
m_This = m_This->prev;
|
|
return old;
|
|
}
|
|
|
|
//pre increment
|
|
iterator & operator++()
|
|
{
|
|
if (m_This)
|
|
m_This = m_This->next;
|
|
return *this;
|
|
}
|
|
//post increment
|
|
iterator operator++(int)
|
|
{
|
|
iterator old(*this);
|
|
if (m_This)
|
|
m_This = m_This->next;
|
|
return old;
|
|
}
|
|
|
|
const T & operator * () const
|
|
{
|
|
return m_This->obj;
|
|
}
|
|
T & operator * ()
|
|
{
|
|
return m_This->obj;
|
|
}
|
|
|
|
T * operator -> ()
|
|
{
|
|
return &(m_This->obj);
|
|
}
|
|
const T * operator -> () const
|
|
{
|
|
return &(m_This->obj);
|
|
}
|
|
|
|
bool operator != (const iterator &where) const
|
|
{
|
|
return (m_This != where.m_This);
|
|
}
|
|
bool operator ==(const iterator &where) const
|
|
{
|
|
return (m_This == where.m_This);
|
|
}
|
|
private:
|
|
ListNode *m_This;
|
|
};
|
|
public:
|
|
iterator begin() const
|
|
{
|
|
return iterator(m_Head->next);
|
|
}
|
|
iterator end() const
|
|
{
|
|
return iterator(m_Head);
|
|
}
|
|
iterator erase(iterator &where)
|
|
{
|
|
ListNode *pNode = where.m_This;
|
|
iterator iter(where);
|
|
iter++;
|
|
|
|
|
|
// Works for all cases: empty list, erasing first element, erasing tail, erasing in the middle...
|
|
pNode->prev->next = pNode->next;
|
|
pNode->next->prev = pNode->prev;
|
|
|
|
delete pNode;
|
|
m_Size--;
|
|
|
|
return iter;
|
|
}
|
|
|
|
iterator insert(iterator where, const T &obj)
|
|
{
|
|
// Insert obj right before where
|
|
|
|
ListNode *node = new ListNode(obj);
|
|
ListNode *pWhereNode = where.m_This;
|
|
|
|
pWhereNode->prev->next = node;
|
|
node->prev = pWhereNode->prev;
|
|
pWhereNode->prev = node;
|
|
node->next = pWhereNode;
|
|
|
|
m_Size++;
|
|
|
|
return iterator(node);
|
|
}
|
|
|
|
public:
|
|
void remove(const T & obj)
|
|
{
|
|
iterator b;
|
|
for (b=begin(); b!=end(); b++)
|
|
{
|
|
if ( (*b) == obj )
|
|
{
|
|
erase( b );
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
template <typename U>
|
|
iterator find(const U & equ) const
|
|
{
|
|
iterator iter;
|
|
for (iter=begin(); iter!=end(); iter++)
|
|
{
|
|
if ( (*iter) == equ )
|
|
return iter;
|
|
}
|
|
return end();
|
|
}
|
|
List & operator =(const List &src)
|
|
{
|
|
clear();
|
|
iterator iter;
|
|
for (iter=src.begin(); iter!=src.end(); iter++)
|
|
push_back( (*iter) );
|
|
return *this;
|
|
}
|
|
};
|
|
}; //NAMESPACE
|
|
|
|
#endif //_INCLUDE_CSDM_LIST_H
|