0.6.0
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Namespaces | Functions
diagram.cc File Reference
#include "diagram.h"
#include "common/model/filters/diagram_filter.h"
#include <functional>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  clanguml
 
namespace  clanguml::sequence_diagram
 
namespace  clanguml::sequence_diagram::model
 
namespace  clanguml::common
 
namespace  clanguml::common::model
 

Functions

std::vector< std::vector< eid_t > > clanguml::sequence_diagram::model::find_reverse_message_chains (const reverse_call_graph_activity_node &root)
 Convert reverse call graph into a list of activity id chains.
 
template<>
bool clanguml::common::model::check_diagram_type< clanguml::sequence_diagram::model::diagram > (diagram_t t)