GetTypes - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


TypeTools

  

GetTypes

  

retrieve names of user-defined types

 

Calling Sequence

Description

Examples

Calling Sequence

GetTypes()

Description

• 

All types registered with TypeTools[AddType] are returned as a list of names.

• 

This function cannot be used to retrieve built-in types.

Examples

TypeToolsAddTypeType1,identical1

TypeToolsAddTypeType2,identical2

TypeToolsGetTypes

Type1,Type2

(1)

See Also

type

type[structured]

TypeTools

TypeTools[AddType]

TypeTools[GetType]