‣ IsContainerForWeakPointers ( arg ) | ( filter ) |
Returns: true
or false
The category for weak pointer objects
‣ ContainerForWeakPointers ( arg ) | ( function ) |
Returns: a list which can store weak pointers
The constructor for lists of weak pointers.
‣ UpdateContainerOfWeakPointers ( arg ) | ( operation ) |
Updates the weak pointers in a container and deletes the empty ones
‣ _AddElmWPObj_ForHomalg ( arg ) | ( function ) |
Adds a weak pointer of an objects to a weak pointer list.
‣ _AddTwoElmWPObj_ForHomalg ( arg ) | ( function ) |
Adds a weak pointer which depends on two objects to a list of weak pointers
‣ _ElmWPObj_ForHomalg ( arg1, arg2, arg3 ) | ( operation ) |
Creates a weak pointer depending on two objects and adds it to the container.
‣ IsContainerForPointers ( arg ) | ( filter ) |
Returns: true
or false
The category for pointer objects
‣ ContainerForPointers ( arg ) | ( function ) |
Returns: a container for pointers
Creates a container for pointers.
‣ UpdateContainerOfPointers ( arg ) | ( operation ) |
Updates the container of pointers, removes old.
‣ _AddElmPObj_ForHomalg ( arg ) | ( function ) |
Adds a pointer to an object to a container for pointers.
‣ _AddTwoElmPObj_ForHomalg ( arg ) | ( function ) |
Adds a pointer to two objects to a container for pointers
‣ _ElmPObj_ForHomalg ( arg1, arg2, arg3 ) | ( operation ) |
Returns: an object
Returns an object which a pointer refers to.
generated by GAPDoc2HTML