MKI_ENTITY_MEMORY (Entity Classes)

www.CAD6.com

C++ Syntax

class MKI_ENTITY_MEMORY

{

  public:

 

  size_t m_nUnits,

         m_fBytes;

  MKI_ENTITY_MEMORY* m_pPrev;

  MKI_ENTITY_MEMORY* m_pNext;

};

 

This structure contains basic memory-related information about an entity.

 

Element Description

m_nUnits

[size_t] Size of the complete entity (including all data block) in multiples of MKI_ENTITY_MEMORY size. This value must not be modified!

m_nBytes

[size_t] Size of the complete entity (including all data blocks) in bytes. This value must not be modified!

m_pPrev

[MKI_ENTITY_MEMORY*] Address of the previous object in the current list. This value must not be modified!

m_pNext

[MKI_ENTITY_MEMORY*] Address of the next object in the current list. This value must not be modified!

 

MKD Syntax

Unused.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH