Otawa  0.10
Application.h File Reference
#include <elm/options.h>
#include <elm/option/ListOption.h>
#include <otawa/otawa.h>

Go to the source code of this file.

Classes

class  otawa::LogOption
 Defines a command line option supporting log level thanks to strings 'proc', 'cfg' or 'bb'. More...
 
class  otawa::Application
 A class making easier the use of applications built on OTAWA. More...
 

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 

Macros

#define OTAWA_RUN(name)
 

Macro Definition Documentation

#define OTAWA_RUN (   name)
Value:
int main(int argc, char **argv) { \
name app; \
return app.run(argc, argv); \
}
int main(int argc, char *argv[])
Definition: CMakeCCompilerId.c:377
cstring name
Definition: odisasm.cpp:107