PIP 5.6.1
Platform-Independent Primitives
Public Member Functions | Public Attributes | List of all members
PICodeParser::Macro Struct Reference

Parsed function-like macro. More...

#include <picodeparser.h>

Public Member Functions

PIString expand (PIString args_, bool *ok=0) const
 Expands the macro body with arguments from args_.
 

Public Attributes

PIString name
 Macro name.
 
PIString value
 Macro replacement text.
 
PIStringList args
 Ordered list of macro argument names.
 

Detailed Description

Parsed function-like macro.