#include <assert.h>
#include <iostream>
#include <skeleton.h>
#include "dist_rose_tree.h"
Include dependency graph for test_dist_rose_tree.cpp:
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | DEBUG_OUT 0 |
#define | debug(x) |
Functions | |
void | test_dist_rose_tree_read_from_file_and_print () |
void | test_dist_rose_tree_read_from_file_and_write_to_file () |
int | SketoMain (int, char **) |
Definition in file test_dist_rose_tree.cpp.
|
Definition at line 24 of file test_dist_rose_tree.cpp. |
|
Definition at line 19 of file test_dist_rose_tree.cpp. |
|
Definition at line 57 of file test_dist_rose_tree.cpp. Referenced by main(). |
|
Definition at line 27 of file test_dist_rose_tree.cpp. References debug, dist_rose_tree< A >::print(), and dist_rose_tree< A >::read_from_file(). Referenced by SketoMain(). Here is the call graph for this function: ![]() |
|
Definition at line 39 of file test_dist_rose_tree.cpp. References skeleton::rank, dist_rose_tree< A >::read_from_file(), and dist_rose_tree< A >::write_to_file(). Referenced by SketoMain(). Here is the call graph for this function: ![]() |