Home | Trees | Indices | Help |
|
---|
|
defines few unrelated algorithms, that works on declarations
Classes | |
match_declaration_t helper class for different search algorithms. |
|
visit_function_has_not_been_found_t exception that is raised, from apply_visitor, when a visitor could not be applied. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
returns a list of parent declarations names
|
returns a list of parent declarations names without template arguments that have default value
|
returns a reference to a named parent declaration
|
returns full name of the declaration
|
converts tree representation of declarations to flatten one.
|
returns a list of all declarations that match criteria, defined by developer For more information about arguments see match_declaration_t class.
|
returns single declaration that match criteria, defined by developer. If more the one declaration was found None will be returned. For more information about arguments see match_declaration_t class.
|
returns first declaration that match criteria, defined by developer For more information about arguments see match_declaration_t class.
|
returns set of files Every declaration is declared in some file. This function returns set, that contains all file names of declarations.
|
applies a visitor on declaration instance
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 09:00:17 2008 | http://epydoc.sourceforge.net |