_idx_common.tcl File Reference

Go to the source code of this file.

Functions/Subroutines

ret idx_initialize ()
ret idx_shutdown ()
ret idx_numpasses ()
ret idx_postprocess (type text)
ret idx_setup (type n)
ret idx_listvariables ()
ret idx_varset (type varname, type text)
ret fmt_plain_text (type text)
ret c_provenance ()

Function Documentation

ret c_provenance (  ) 

Definition at line 27 of file _idx_common.tcl.

00027                      {
00028     return "Generated by tcllib/doctools/idx with format '[dt_format]'"
00029 }

ret fmt_plain_text ( type  text  ) 

Definition at line 21 of file _idx_common.tcl.

00021 {return $text}

ret idx_initialize (  ) 

Definition at line 12 of file _idx_common.tcl.

00012 {return}

ret idx_listvariables (  ) 

Definition at line 17 of file _idx_common.tcl.

00017 {return {}}

ret idx_numpasses (  ) 

Definition at line 14 of file _idx_common.tcl.

00014 {return 1}

ret idx_postprocess ( type  text  ) 

Definition at line 15 of file _idx_common.tcl.

00015 {return $text}

ret idx_setup ( type  n  ) 

Definition at line 16 of file _idx_common.tcl.

00016 {return}

ret idx_shutdown (  ) 

Definition at line 13 of file _idx_common.tcl.

00013 {return}

ret idx_varset ( type  varname,
type  text 
)

Definition at line 18 of file _idx_common.tcl.

00018 {return}


Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1