GraphTool
1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
|
Public Types | |
typedef SWUGraphBuilder::GraphType | GraphType |
Public Member Functions | |
FilterParser (Linkler &l, GraphProperties< GraphType > &properties, LinklerDiff *ldiff) | |
GraphFilterList< GraphType > * | read_filters (const std::string &file_url) |
bool | write_filters (const std::string &file_url, GraphFilterList< GraphType > &filters) |
GraphFilterList< GraphType > * FilterParser::read_filters | ( | const std::string & | file_url | ) |
Gets the pointer to the first filter in the filter chain from a file
[in] | file_url | The file URL |
bool FilterParser::write_filters | ( | const std::string & | file_url, |
GraphFilterList< GraphType > & | filters | ||
) |
Saves the whole filter chain to a file
[in] | file_url | The file URL |
[in] | filters | The pointer to the first filter in the filter chain |