Inheritance diagram for class svt_packer:
Used to extend the basic `SVT_XVM(packer) abilities for use with SVT based VIP.
Public Member Functions | |
| function int | get_kind ( ) |
| function void | new ( int special_kind ) |
Public Attributes | |
| int | special_kind = -1; |
|
||
Method to obtain a calculated kind value based on the special_kind setting as well as the `SVT_XVM(packer)::physical and `SVT_XVM(packer)::abstract settings.
Return values - Calculated kind value. |
|
||
CONSTRUCTOR: Creates a new instance of the svt_packer class.
special_kind - Initial value for the special_kind field. |
|
|
Special kind which can be used by clients to convey kind information beyond that provided by the base `SVT_XVM(packer)::physical and `SVT_XVM(packer)::abstract flags. Setting to -1 (the default) results in the compare type being completely defined by `SVT_XVM(packer)::physical and `SVT_XVM(packer)::abstract.
|