Home
last modified time | relevance | path

Searched refs:GetSortedListOfElementPointers (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4PropList.cpp535 std::list<const C4Property *> sorted_props = Properties.GetSortedListOfElementPointers(); in AppendDataString()
563 std::list<const C4Property *> sorted_props = Properties.GetSortedListOfElementPointers(); in ToJSON()
579 std::list<const C4Property *> sorted_props = Properties.GetSortedListOfElementPointers(); in GetSortedLocalProperties()
H A DC4StringTable.h279 std::list<const T *> GetSortedListOfElementPointers() const in GetSortedListOfElementPointers() function