#include <iostream>#include <coconut_config.h>#include <expression.h>#include <database>#include <annotation.h>#include <api_debug.h>#include <model.hpp>


Go to the source code of this file.
Classes | |
| class | coco::model |
| The model class (an attributed DAG of expression nodes, lowest class in the model hierarchy). More... | |
| class | coco::model_iddata |
| The model id-data class (the topmost in the model class hierarchy). More... | |
| class | coco::model_gid |
| Model Group Data Class (middle class in the model hierarchy). More... | |
Namespaces | |
| namespace | coco |
| the main namespace of the COCONUT API | |
Typedefs | |
| typedef model::walker | coco::expression_walker |
| Walker to the expression DAG. | |
| typedef model::const_walker | coco::expression_const_walker |
| Const walker to the expression DAG. | |
Definition in file model.h.
1.5.8