NimbleSM
NimbleSM is a solid mechanics simulation code for dynamic systems
Loading...
Searching...
No Matches
ExpressionParsing::MemoryManager::MemoryBlock Struct Reference

#include <nimble_expression_parser.h>

Public Member Functions

 MemoryBlock ()
 
 MemoryBlock (MemoryBlock *next)
 

Public Attributes

DeletableObjectBaseClassPointers [BlockSize]
 
size_t count = 0
 
MemoryBlocknext
 

Constructor & Destructor Documentation

◆ MemoryBlock() [1/2]

ExpressionParsing::MemoryManager::MemoryBlock::MemoryBlock ( )
inline
79: next(0) {}
MemoryBlock * next
Definition nimble_expression_parser.h:78

◆ MemoryBlock() [2/2]

ExpressionParsing::MemoryManager::MemoryBlock::MemoryBlock ( MemoryBlock * next)
inline
80: next(next) {}

Member Data Documentation

◆ count

size_t ExpressionParsing::MemoryManager::MemoryBlock::count = 0

◆ next

MemoryBlock* ExpressionParsing::MemoryManager::MemoryBlock::next

◆ Pointers

DeletableObjectBaseClass* ExpressionParsing::MemoryManager::MemoryBlock::Pointers[BlockSize]

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