Help for this page

Select Code to Download


  1. or download this
    VOX_PARSER *VOX_new_parser(void);
    
  2. or download this
    VOX_PARSER *
    new(CLASS)
    ...
            RETVAL = VOX_new_parser();
        OUTPUT:
            RETVAL
    
  3. or download this
    # The Perl object is blessed into 'CLASS', which should be a
    # char* having the name of the package for the blessing.
    O_OBJECT
        sv_setref_pv($arg, (char *) CLASS, (void *) $var);