ITK  5.4.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members
itk::ObjectStore< TObjectType >::MemoryBlock Struct Reference

#include <itkObjectStore.h>

Detailed Description

template<typename TObjectType>
struct itk::ObjectStore< TObjectType >::MemoryBlock

Definition at line 177 of file itkObjectStore.h.

Public Member Functions

void Delete ()
 
 MemoryBlock ()=default
 
 MemoryBlock (SizeValueType n)
 
 ~MemoryBlock ()=default
 

Public Attributes

ObjectTypeBegin {}
 
SizeValueType Size { 0 }
 

Constructor & Destructor Documentation

◆ MemoryBlock() [1/2]

template<typename TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::MemoryBlock ( )
default

◆ MemoryBlock() [2/2]

template<typename TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::MemoryBlock ( SizeValueType  n)
inline

Definition at line 181 of file itkObjectStore.h.

◆ ~MemoryBlock()

template<typename TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::~MemoryBlock ( )
default

Member Function Documentation

◆ Delete()

template<typename TObjectType >
void itk::ObjectStore< TObjectType >::MemoryBlock::Delete ( )
inline

Definition at line 190 of file itkObjectStore.h.

Member Data Documentation

◆ Begin

template<typename TObjectType >
ObjectType* itk::ObjectStore< TObjectType >::MemoryBlock::Begin {}

Definition at line 195 of file itkObjectStore.h.

◆ Size

template<typename TObjectType >
SizeValueType itk::ObjectStore< TObjectType >::MemoryBlock::Size { 0 }

Definition at line 196 of file itkObjectStore.h.


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