Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
ContainerStaticInfo Struct Reference

#include <baseContainer.h>

Collaboration diagram for ContainerStaticInfo:
Collaboration graph

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, MaxAllocatorsCountbonusAllocators = {}
 
samurai::StaticVector< samurai::StaticString< 16 >, 16 > extensionsSuported = {}
 
bool requestImguiFbo = 0
 
unsigned int requestImguiIds = 0
 
bool _internalNotImplemented = 0
 

Detailed Description

Definition at line 107 of file baseContainer.h.

Member Function Documentation

◆ operator!=()

bool ContainerStaticInfo::operator!= ( const ContainerStaticInfo & other)
inline

Definition at line 146 of file baseContainer.h.

◆ operator==()

bool ContainerStaticInfo::operator== ( const ContainerStaticInfo & other)
inline

Definition at line 132 of file baseContainer.h.

Member Data Documentation

◆ _internalNotImplemented

bool ContainerStaticInfo::_internalNotImplemented = 0

Definition at line 130 of file baseContainer.h.

◆ bonusAllocators

samurai::StaticVector<size_t, MaxAllocatorsCount> ContainerStaticInfo::bonusAllocators = {}

Definition at line 119 of file baseContainer.h.

◆ defaultHeapMemorySize

size_t ContainerStaticInfo::defaultHeapMemorySize = 0

Definition at line 111 of file baseContainer.h.

◆ extensionsSuported

samurai::StaticVector<samurai::StaticString<16>, 16> ContainerStaticInfo::extensionsSuported = {}

Definition at line 122 of file baseContainer.h.

◆ requestImguiFbo

bool ContainerStaticInfo::requestImguiFbo = 0

Definition at line 126 of file baseContainer.h.

◆ requestImguiIds

unsigned int ContainerStaticInfo::requestImguiIds = 0

Definition at line 128 of file baseContainer.h.

◆ useDefaultAllocator

bool ContainerStaticInfo::useDefaultAllocator = 0

Definition at line 116 of file baseContainer.h.


The documentation for this struct was generated from the following file: