|
Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
|
#include <baseContainer.h>

Public Member Functions | |
| bool | operator== (const ContainerStaticInfo &other) |
| bool | operator!= (const ContainerStaticInfo &other) |
Public Attributes | |
| size_t | defaultHeapMemorySize = 0 |
| bool | useDefaultAllocator = 0 |
| samurai::StaticVector< size_t, MaxAllocatorsCount > | bonusAllocators = {} |
| samurai::StaticVector< samurai::StaticString< 16 >, 16 > | extensionsSuported = {} |
| bool | requestImguiFbo = 0 |
| unsigned int | requestImguiIds = 0 |
| bool | _internalNotImplemented = 0 |
Definition at line 107 of file baseContainer.h.
|
inline |
Definition at line 146 of file baseContainer.h.
|
inline |
Definition at line 132 of file baseContainer.h.
| bool ContainerStaticInfo::_internalNotImplemented = 0 |
Definition at line 130 of file baseContainer.h.
| samurai::StaticVector<size_t, MaxAllocatorsCount> ContainerStaticInfo::bonusAllocators = {} |
Definition at line 119 of file baseContainer.h.
| size_t ContainerStaticInfo::defaultHeapMemorySize = 0 |
Definition at line 111 of file baseContainer.h.
| samurai::StaticVector<samurai::StaticString<16>, 16> ContainerStaticInfo::extensionsSuported = {} |
Definition at line 122 of file baseContainer.h.
| bool ContainerStaticInfo::requestImguiFbo = 0 |
Definition at line 126 of file baseContainer.h.
| unsigned int ContainerStaticInfo::requestImguiIds = 0 |
Definition at line 128 of file baseContainer.h.
| bool ContainerStaticInfo::useDefaultAllocator = 0 |
Definition at line 116 of file baseContainer.h.