0.6.0
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Public Attributes | List of all members
clanguml::sequence_diagram::model::reverse_call_graph_activity_node Struct Reference

Detailed Description

This structure models reverse call graph for building sequence diagrams with to and from_to conditions.

Definition at line 37 of file diagram.h.

#include <diagram.h>

Public Attributes

eid_t activity_id
 
std::vector< reverse_call_graph_activity_nodecallers
 

Member Data Documentation

◆ activity_id

eid_t clanguml::sequence_diagram::model::reverse_call_graph_activity_node::activity_id

Definition at line 38 of file diagram.h.

◆ callers

std::vector<reverse_call_graph_activity_node> clanguml::sequence_diagram::model::reverse_call_graph_activity_node::callers

Definition at line 41 of file diagram.h.


The documentation for this struct was generated from the following file: