The MCvSeq type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| block_max |
Maximal bound of the last block
| |
| delta_elems |
How many elements allocated when the sequence grows (sequence granularity
| |
| elem_size |
Size of sequence element in bytes
| |
| first |
Pointer to the first sequence block
| |
| flags |
Micsellaneous flags
| |
| free_blocks |
Free blocks list
| |
| h_next |
Next sequence
| |
| h_prev |
Previous sequence
| |
| header_size |
Size of sequence header
| |
| ptr |
Current write pointer
| |
| storage |
Where the seq is stored
| |
| total |
Total number of elements
| |
| v_next |
2nd next sequence
| |
| v_prev |
2nd previous sequence
|