TypeMap¶
- class dsviper.TypeMap(key_type, element_type)¶
Bases:
objectA class used to represent a map<element_type> type.
- items_type() TypeVector¶
Return the type for items.
- type_code() str¶
Return the type code.
- values_type() TypeVector¶
Return the type for values.