From 9deca0a40aa9cd31510e0ba833fe207ac7e3dbab Mon Sep 17 00:00:00 2001 From: Luciano Wolf Date: Mon, 9 Nov 2009 15:43:19 -0300 Subject: Documentation for container-type tag into typesystem. Reviewed by Hugo Parente --- doc/typesystem_specifying_types.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/typesystem_specifying_types.rst b/doc/typesystem_specifying_types.rst index ec16a59a6..21392c68a 100644 --- a/doc/typesystem_specifying_types.rst +++ b/doc/typesystem_specifying_types.rst @@ -239,4 +239,19 @@ interface-type container-type ^^^^^^^^^^^^^^ - .. note:: This tag is not documented yet. + The container-type node indicates that the given class is a container and + must be handled using one of the conversion helpers provided by attribute **type**. + + .. code-block:: xml + + + + + + The **name** attribute is the fully qualified C++ class name. The **type** + attribute is used to indicate what conversion rule will be applied to the + container. It can be: *list*, *string-list*, *linked-list*, *vector*, *stack*, + *queue*, *set*, *map*, *multi-map*, *hash*, *multi-hash* or *pair*. + + -- cgit v1.2.3