Struct twiggy_opt::Paths[][src]

pub struct Paths { /* fields omitted */ }

Find and display the call paths to a function in the given binary's call graph.

Methods

impl Paths
[src]

The functions to find call paths to.

impl Paths
[src]

Construct a new, default Paths.

Add a function to find call paths for.

The maximum depth to print the paths.

The maximum number of paths, regardless of depth in the tree, to display.

The direction in which the call paths are traversed.

Whether or not functions should be treated as regular expressions.

Set the maximum depth to print the paths.

Set the maximum number of paths, regardless of depth in the tree, to display.

Set the call path traversal direction.

Set Whether or not functions should be treated as regular expressions.

Trait Implementations

impl Clone for Paths
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Paths
[src]

Formats the value using the given formatter. Read more

impl StructOpt for Paths
[src]

Returns the corresponding clap::App.

Creates the struct from clap::ArgMatches. It cannot fail with a parameter generated by clap by construction. Read more

Gets the struct from the command line arguments. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Read more

impl Default for Paths
[src]

Returns the "default value" for a type. Read more

impl CommonCliOptions for Paths
[src]

Get the input file path.

Get the output destination.

Get the output format.

Auto Trait Implementations

impl Send for Paths

impl Sync for Paths