Cerata
A library to generate structural hardware designs
cerata::dot::Config Struct Reference

DOT output configuration. Determines what Cerata constructs will be used for generation. More...

#include <style.h>

+ Collaboration diagram for cerata::dot::Config:

Classes

struct  NodeConfig
 Node configuration. More...
 

Public Member Functions

bool operator() (const Node &node)
 Return whether a node should be generated on the DOT graph.
 

Static Public Member Functions

static Config all ()
 Return a configuration that will generate every construct.
 
static Config normal ()
 Return a configuration that will generate default constructs.
 
static Config streams ()
 Return a configuration that will generate onnly stream constructs.
 

Public Attributes

struct cerata::dot::Config::NodeConfig nodes
 Node configuration.
 

Detailed Description

DOT output configuration. Determines what Cerata constructs will be used for generation.

Definition at line 83 of file style.h.


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