Otawa  0.10
opcg.cpp File Reference
#include <elm/options.h>
#include <elm/genstruct/Vector.h>
#include <otawa/otawa.h>
#include <elm/assert.h>
#include <otawa/pcg/PCG.h>
#include <elm/genstruct/HashTable.h>
#include <otawa/display/display.h>
#include <otawa/display/GenDrawer.h>
#include <otawa/pcg/PCGBuilder.h>
#include <elm/genstruct/VectorQueue.h>
#include <otawa/app/Application.h>

Functions

 OTAWA_RUN (OctreeManager)
 

Variables

Identifier< bool > SELECTED ("", false)
 
EnumOption< int >::value_t out_values []
 

Function Documentation

OTAWA_RUN ( OctreeManager  )

Variable Documentation

EnumOption<int>::value_t out_values[]
Initial value:
= {
{ "type of output", OUTPUT_DOT },
{ "ps", OUTPUT_PS },
{ "pdf", OUTPUT_PDF },
{ "png", OUTPUT_PNG },
{ "gif", OUTPUT_GIF },
{ "jpg", OUTPUT_JPG },
{ "svg", OUTPUT_SVG },
{ "dot", OUTPUT_DOT },
{ 0, 0 }
}
Definition: Driver.h:41
Definition: Driver.h:39
Definition: Driver.h:36
Definition: Driver.h:35
Definition: Driver.h:37
Definition: Driver.h:40
Definition: Driver.h:38
Identifier<bool> SELECTED("", false)