2 %> @ingroup introspection
3 %> @brief Returns an array of
mapitem objects matching the informed criteria
6 %> @param classname String containing the name of the root
class
7 %> @param inputclass =[] Optional filter:
if informed, only classes whose
"inputclass" property match
this parameter will be included in the result
8 %> @return \em [out] list array of
mapitem objects
10 if ~exist('inputclass', 'var')
16 item = CLASSMAP.find_item_by_name(classname);
18 list = item.to_list(inputclass);
function classmap_get_list(in classname, in inputclass)
function classmap_assert()