| Trees | Indices | Help | 
 | 
|---|
|  | 
free function call parser
This module implements all functionality necessary to parse C++ free 
  function invocation. In other words this module is able to extract next 
  information from the string like this  print_message( message ) 
  .
This module also defines few convenience function like split and join.
| Functions | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Variables | |
| NOT_FOUND =  | |
| Function Details | 
| 
 returns True if decl_string is function invocation and False otherwise 
 | 
| 
 returns name of function 
 | 
| 
 returns list of function arguments 
 | 
| 
 finds arguments within function invocation. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:01 2008 | http://epydoc.sourceforge.net |