Cogs.Foundation
|
#include <vector>
Go to the source code of this file.
Classes | |
struct | Cogs::Collections::ItemHeader |
Header struct used to alias with the stored type to chain elements in the storage together. More... | |
struct | Cogs::Collections::DefaultContext |
struct | Cogs::Collections::DefaultPage< T > |
Default page type that maintains storage for elements of type T in the pool page and provides pooled allocations for this type. More... | |
class | Cogs::Collections::ConfigurablePagedPool< Context, Page, Item > |
Provides a configurable pool implementation usable as base implementation for several pool-like storage scenarios. More... | |
Namespaces | |
namespace | Cogs |
Main Cogs namespace. | |
namespace | Cogs::Collections |
Contains collection classes used to manage object storage. | |