#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Common/Concepts.h"
#include "Stroika/Foundation/Containers/KeyedCollection.h"
#include "SortedKeyedCollection.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Containers::SortedKeyedCollection< T, KEY_TYPE, TRAITS > |
A SortedKeyedCollection is a KeyedCollection<T> which remains sorted (iteration produces items sorted) even as you add and remove entries. More... | |
class | Stroika::Foundation::Containers::SortedKeyedCollection< T, KEY_TYPE, TRAITS >::_IRep |
Implementation detail for SortedKeyedCollection<T, TRAITS> implementors. More... | |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Containers |
Definition in file SortedKeyedCollection.h.