0.6.0
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
clanguml::config::graphml Struct Reference

GraphML diagram config section. More...

Detailed Description

GraphML diagram config section.

This configuration option can be used to set any GraphML custom options or attach notes to diagram elements.

Definition at line 225 of file config.h.

#include <config.h>

Public Member Functions

void append (const graphml &r)
 

Public Attributes

std::map< std::string, std::vector< std::string > > notes
 

Member Function Documentation

◆ append()

void clanguml::config::graphml::append ( const graphml r)

Definition at line 273 of file config.cc.

274{
275 auto tmp = r.notes;
276 notes.merge(tmp);
277}

Member Data Documentation

◆ notes

std::map<std::string, std::vector<std::string> > clanguml::config::graphml::notes

Definition at line 226 of file config.h.


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