Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
samurai::ContainerInformation Struct Reference

#include <containerInformation.h>

Collaboration diagram for samurai::ContainerInformation:
Collaboration graph

Public Member Functions

 ContainerInformation ()
 
 ContainerInformation (size_t containerStructBaseSize, const char *containerName, const ContainerStaticInfo &containerStaticInfo)
 
bool operator== (const ContainerInformation &other)
 
bool operator!= (const ContainerInformation &other)
 
size_t calculateMemoryRequirements ()
 

Public Attributes

size_t containerStructBaseSize = 0
 
std::string containerName = ""
 
ContainerStaticInfo containerStaticInfo = {}
 
bool useDefaultAllocator = 0
 

Detailed Description

Definition at line 8 of file containerInformation.h.

Constructor & Destructor Documentation

◆ ContainerInformation() [1/2]

samurai::ContainerInformation::ContainerInformation ( )
inline

Definition at line 10 of file containerInformation.h.

◆ ContainerInformation() [2/2]

samurai::ContainerInformation::ContainerInformation ( size_t containerStructBaseSize,
const char * containerName,
const ContainerStaticInfo & containerStaticInfo )
inline

Definition at line 11 of file containerInformation.h.

Member Function Documentation

◆ calculateMemoryRequirements()

size_t samurai::ContainerInformation::calculateMemoryRequirements ( )
inline

Definition at line 43 of file containerInformation.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator!=()

bool samurai::ContainerInformation::operator!= ( const ContainerInformation & other)
inline

Definition at line 33 of file containerInformation.h.

◆ operator==()

bool samurai::ContainerInformation::operator== ( const ContainerInformation & other)
inline

Definition at line 21 of file containerInformation.h.

Member Data Documentation

◆ containerName

std::string samurai::ContainerInformation::containerName = ""

Definition at line 39 of file containerInformation.h.

◆ containerStaticInfo

ContainerStaticInfo samurai::ContainerInformation::containerStaticInfo = {}

Definition at line 40 of file containerInformation.h.

◆ containerStructBaseSize

size_t samurai::ContainerInformation::containerStructBaseSize = 0

Definition at line 38 of file containerInformation.h.

◆ useDefaultAllocator

bool samurai::ContainerInformation::useDefaultAllocator = 0

Definition at line 41 of file containerInformation.h.


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