Difference between revisions of "API Expand"
From Flowcode Help
Jump to navigationJump to search (XML import API auto-gen) |
(XML import) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <sidebar>API Contents</sidebar> | |
Various variable and code expansion routines | Various variable and code expansion routines | ||
| − | |||
| − | |||
| − | ===Examples=== | + | __TOC__ |
| + | |||
| + | ==Functions provided for this class== | ||
| + | {| | ||
| + | |- | ||
| + | |width="35%"|[[API Expand.PathName|PathName]] | ||
| + | |Expands a string using the built-in pathname expansion variables | ||
| + | |- | ||
| + | |width="35%"|[[API Expand.MacroName|MacroName]] | ||
| + | |Expands a string to the name of a macro used in the generated code | ||
| + | |- | ||
| + | |width="35%"|[[API Expand.VarName|VarName]] | ||
| + | |Expands a string to the name of a global variable used in the generated code | ||
| + | |- | ||
| + | |width="35%"|[[API Expand.Property|Property]] | ||
| + | |Expands a string to the name of a property used in the generated code | ||
| + | |- | ||
| + | |width="35%"|[[API Expand.MacroHead|MacroHead]] | ||
| + | |Expands a macro name to the code generated for the header of that macro | ||
| + | |- | ||
| + | |width="35%"|[[API Expand.MacroBody|MacroBody]] | ||
| + | |Expands a macro name to the code generated for the body of that macro | ||
| + | |- | ||
| + | |width="35%"|[[API Expand.MacroTail|MacroTail]] | ||
| + | |Expands a macro name to the code generated for the tail of that macro | ||
| + | |} | ||
| + | |||
| + | |||
| + | ==Examples== | ||
| + | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | ==See also== | ||
| + | ''<span style="color:red;">No additional information</span>'' | ||
Latest revision as of 15:57, 16 January 2014
<sidebar>API Contents</sidebar> Various variable and code expansion routines
Functions provided for this class
| PathName | Expands a string using the built-in pathname expansion variables |
| MacroName | Expands a string to the name of a macro used in the generated code |
| VarName | Expands a string to the name of a global variable used in the generated code |
| Property | Expands a string to the name of a property used in the generated code |
| MacroHead | Expands a macro name to the code generated for the header of that macro |
| MacroBody | Expands a macro name to the code generated for the body of that macro |
| MacroTail | Expands a macro name to the code generated for the tail of that macro |
Examples
No additional examples
See also
No additional information