Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/dot-gen.hpp"
generate a Node name or a node_statement defining attributes of that node.
All variables use the format N<number>
.
Definition at line 116 of file dot-gen.hpp.
Public Member Functions | |
Node (size_t id) | |
Node && | addAttrib (string def) |
Node && | label (string text) |
Node && | style (Code const &code) |
Public Member Functions inherited from Code | |
Code (string const &c) | |
Code (string &&c) | |