#include <stdio.h>
#include "nedgrammar.h"
#include "nedelement.h"
Go to the source code of this file.
Defines | |
#define | TYPE_NUMERIC 'N' |
#define | TYPE_CONST_NUM 'C' |
#define | TYPE_STRING 'S' |
#define | TYPE_BOOL 'B' |
#define | TYPE_XML 'X' |
#define | TYPE_ANYTYPE 'A' |
Variables | |
class NEDParser * | np |
|
|
|
|
|
|
|
|
|
|
|
|
|
|