Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
MapRefManager.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SF_MAPREFMANAGER_H
7#define SF_MAPREFMANAGER_H
8
9#include "RefManager.h"
10
11class MapReference;
12
31#endif
iterator end()
const_iterator begin() const
LinkedListHead::Iterator< MapReference > iterator
const_iterator end() const
iterator rbegin()
iterator begin()
MapReference const * getFirst() const
MapReference * getFirst()
MapReference const * getLast() const
MapReference * getLast()
LinkedListHead::Iterator< MapReference const > const_iterator
iterator rend()
Reference< TO, FROM > * getFirst()
Definition RefManager.h:20
Reference< TO, FROM > * getLast()
Definition RefManager.h:22