This module contains API functions to handle SVM values types.  
More...
This module contains API functions to handle SVM values types. 
◆ svm_value_type_get()
This function extracts the type from a value. 
- Parameters
- 
  
    | [in] | svm | The SVM pointer passed as first argument of the callback function. |  | [in] | value | The value from which the type is extracted. |  
 
- Returns
- The type of the value.
- Exceptions
- 
  
    | FAILURE | interruption when a parameter is incorrect. (Please refer to the main description page of this API.) |  
 
 
 
◆ svm_value_type_print()
This function prints the type from a value. 
- Parameters
- 
  
    | [in] | svm | The SVM pointer passed as first argument of the callback function. |  | [in] | value | The value from which the type is extracted. |  
 
- Returns
- The string representation of the type of the value.
- Exceptions
- 
  
    | FAILURE | interruption when a parameter is incorrect. (Please refer to the main description page of this API.) |