#include <argp.h>
#include <unistd.h>
#include <iostream>
#include <vector>
#include <megatree/common.h>
#include <megatree/megatree.h>
#include <megatree/storage_factory.h>
#include <megatree/tree_functions.h>
Go to the source code of this file.
Classes | |
struct | Analysis |
struct | arguments_t |
Functions | |
void | analyze (MegaTree &tree, NodeHandle &node, Analysis &a, unsigned int depth=0) |
int | main (int argc, char **argv) |
static int | parse_opt (int key, char *arg, struct argp_state *state) |
void analyze | ( | MegaTree & | tree, |
NodeHandle & | node, | ||
Analysis & | a, | ||
unsigned int | depth = 0 |
||
) |
Definition at line 65 of file analyze.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 142 of file analyze.cpp.
static int parse_opt | ( | int | key, |
char * | arg, | ||
struct argp_state * | state | ||
) | [static] |
Definition at line 125 of file analyze.cpp.