glibmm: Generic container converters

Modules

 Helper classes
 

Enumerations

Detailed Description

Enumeration Type Documentation

Ownership of the container

Defines how and if the container will release the list and its elemens when it is destroyed

Enumerator
OWNERSHIP_NONE 

Do not release anything

OWNERSHIP_SHALLOW 

Release the list, but not its elements, when the container is deleted

OWNERSHIP_DEEP 

Release the list, and its elements, when the container is deleted.