21 #ifndef __OMNETPP_NEDXML_NEDUTIL_H 22 #define __OMNETPP_NEDXML_NEDUTIL_H 30 class PropertyElement;
43 static const char *getLocalStringProperty(
ASTNode *parent,
const char *name);
44 static bool getLocalBoolProperty(
ASTNode *parent,
const char *name);
45 static PropertyElement *getLocalProperty(
ASTNode *parent,
const char *name);
46 static LiteralElement *getTheOnlyValueFrom(PropertyElement *property);
47 static bool propertyAsBool(PropertyElement *property);
48 static const char *propertyAsString(PropertyElement *property);
#define NEDXML_API
Definition: nedxmldefs.h:31
Various utilities for the ASTNode tree.
Definition: nedutil.h:38
Definition: astbuilder.h:25