next up previous contents index
Next: browser_class_attributes Up: Browser interface Previous: browser_class_children

browser_class_methods

   char ** browser_class_methods(char * class_name)

Returns a vector containing the class_name methods declaration with its flags, their declaration and definition files, their lines, and information bits. Returns 0 if class_name is not in the browser database or if Smac cannot allocate memory to memorize the result.

Attention Be careful, the result is allocated each time the function is called, use free() to release it. The vector and its included strings are placed in a unique allocated block.


tabular2532


Lionel Fournigault
Mon Dec 15 10:53:26 MET 1997