mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
758 B
758 B
File: MutexList.h
Classes
MutexListiterator
Functions
bool HasNext(){bool Next(){return Next();void SetChanging(){void SetNotChanging(){void AddAccess(){void RemoveAccess(){iterator begin(){return iterator(this);void clear(bool erase_all = false){bool PendingContains(T key){return count(key); //only occurs whenever we change to changing state at the same time as a reading statevoid RemoveData(T key, int32 erase_time = 0){void Remove(T key, bool erase = false, int32 erase_time = 0){void Add(T key){bool update(bool force = false){
Notable Comments
- /*
- */
- /*if(list.has_pending_data)
- //if(access_count > 5)
- // cout << "Possible error.\n";