#include <dtoolbase.h>
#include <interrogate_interface.h>
#include <interrogate_request.h>
#include <load_dso.h>
#include <filename.h>
#include <pystub.h>
#include <stdlib.h>
#include <gnu_getopt.h>
Go to the source code of this file.
Functions | |
ostream & | indent (ostream &out, int indent_level) |
void | show_type (int type, bool verbose=false) |
void | show_function (int function) |
void | describe_wrapper (int wrapper, int indent_level) |
void | describe_function (int function, int indent_level) |
void | report_manifests () |
void | describe_element (int element, int indent_level) |
void | report_globals () |
void | describe_type (int type, int indent_level) |
void | report_global_types () |
void | report_global_functions () |
void | report_all_types () |
void | report_all_functions () |
void | usage () |
int | main (int argc, char *argv[]) |
|
Definition at line 217 of file test_interrogate.cxx. References indent(), interrogate_element_getter(), interrogate_element_has_getter(), interrogate_element_has_setter(), interrogate_element_scoped_name(), interrogate_element_setter(), interrogate_element_type(), show_function(), and show_type(). Referenced by describe_type(), and report_globals(). |
|
|
|
|
|
Definition at line 473 of file test_interrogate.cxx. References argv, Filename::dso_filename(), getopt, interrogate_request_database(), load_dso(), load_dso_error(), NULL, optind, param, report_all_functions(), report_all_types(), report_global_functions(), report_global_types(), report_globals(), report_manifests(), and usage(). |
|
Definition at line 439 of file test_interrogate.cxx. References describe_function(), interrogate_get_function(), and interrogate_number_of_functions(). Referenced by main(). |
|
Definition at line 428 of file test_interrogate.cxx. References describe_type(), interrogate_get_type(), interrogate_number_of_types(), and type. Referenced by main(). |
|
Definition at line 418 of file test_interrogate.cxx. References describe_function(), interrogate_get_global_function(), and interrogate_number_of_global_functions(). Referenced by main(). |
|
Definition at line 407 of file test_interrogate.cxx. References describe_type(), interrogate_get_global_type(), interrogate_number_of_global_types(), and type. Referenced by main(). |
|
Definition at line 240 of file test_interrogate.cxx. References describe_element(), interrogate_get_global(), and interrogate_number_of_globals(). Referenced by main(). |
|
|
Definition at line 58 of file test_interrogate.cxx. References interrogate_function_scoped_name(). Referenced by describe_element(), describe_wrapper(), and report_manifests(). |
|
Definition at line 46 of file test_interrogate.cxx. References interrogate_type_name(), interrogate_type_true_name(), and type. Referenced by describe_element(), describe_function(), describe_type(), describe_wrapper(), and report_manifests(). |
|
Definition at line 449 of file test_interrogate.cxx. |