#include <container.h>
Collaboration diagram for UniqueQueue< Value >:Public Member Functions | |
| bool | push_back (const Value &value) |
| void | pop_front () |
| const Value & | front () const |
| u32 | size () const |
Private Attributes | |
| std::set< Value > | m_set |
| std::queue< Value > | m_queue |
|
inline |
References UniqueQueue< Value >::m_queue.
Referenced by ServerMap::finishBlockMake(), and ServerMap::transformLiquids().
Here is the caller graph for this function:
|
inline |
References UniqueQueue< Value >::m_queue, and UniqueQueue< Value >::m_set.
Referenced by ServerMap::finishBlockMake(), and ServerMap::transformLiquids().
Here is the caller graph for this function:
|
inline |
References UniqueQueue< Value >::m_queue, and UniqueQueue< Value >::m_set.
Referenced by ServerMap::addNodeAndUpdate(), ServerMap::finishBlockMake(), ReflowScan::scanColumn(), ServerMap::transforming_liquid_add(), ServerMap::transformLiquids(), and Mapgen::updateLiquid().
Here is the caller graph for this function:
|
inline |
References UniqueQueue< Value >::m_queue.
Referenced by ServerMap::finishBlockMake(), and ServerMap::transformLiquids().
Here is the caller graph for this function:
|
private |
|
private |
Referenced by UniqueQueue< Value >::pop_front(), and UniqueQueue< Value >::push_back().