Click or drag to resize

GH_LooseChunk Fields

The GH_LooseChunk type exposes the following members.

Fields
  NameDescription
Protected fieldm_archive
Pointer to the archive that owns the Root of the tree this chunk belongs to.
(Inherited from GH_Chunk.)
Protected fieldm_chunks
Dictionary of sub-chunks contained within this chunk.
(Inherited from GH_Chunk.)
Protected fieldm_comments
List of text comments. This list is automatically instantiated once the first comment is added.
(Inherited from GH_Chunk.)
Protected fieldm_index
Index of this chunk. This field is set only once, during construction. A negative index indicates no index qualifier has been set.
(Inherited from GH_Chunk.)
Protected fieldm_items
The list of nodes contained within this chunk.
(Inherited from GH_Chunk.)
Protected fieldm_name
Name of this chunk. This field is set only once, during construction.
(Inherited from GH_Chunk.)
Top
See Also