Constructor

RBStringValueMapnew

Declaration [src]

RBStringValueMap*
rb_string_value_map_new (
  void
)

Description [src]

Creates a new RBStringValueMap.

Return value

Type: RBStringValueMap

New empty RBStringValueMap.

The caller of the function takes ownership of the data, and is responsible for freeing it.