Difference between revisions of "API Expand"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import API auto-gen)
Line 1: Line 1:
 
wiki page name
 
wiki page name
==Expand==
+
Various variable and code expansion routines
  
Various variable and code expansion routines
 
----
 
 
===Functions provided for this class===
 
===Functions provided for this class===
 
{||-|[[API Expand.PathName|PathName]]|Expands a string using the built-in pathname expansion variables|-|[[API Expand.MacroName|MacroName]]|Expands a string to the name of a macro used in the generated code|-|[[API Expand.VarName|VarName]]|Expands a string to the name of a global variable used in the generated code|-|[[API Expand.Property|Property]]|Expands a string to the name of a property used in the generated code|-|[[API Expand.MacroHead|MacroHead]]|Expands a macro name to the code generated for the header of that macro|-|[[API Expand.MacroBody|MacroBody]]|Expands a macro name to the code generated for the body of that macro|-|[[API Expand.MacroTail|MacroTail]]|Expands a macro name to the code generated for the tail of that macro|}
 
{||-|[[API Expand.PathName|PathName]]|Expands a string using the built-in pathname expansion variables|-|[[API Expand.MacroName|MacroName]]|Expands a string to the name of a macro used in the generated code|-|[[API Expand.VarName|VarName]]|Expands a string to the name of a global variable used in the generated code|-|[[API Expand.Property|Property]]|Expands a string to the name of a property used in the generated code|-|[[API Expand.MacroHead|MacroHead]]|Expands a macro name to the code generated for the header of that macro|-|[[API Expand.MacroBody|MacroBody]]|Expands a macro name to the code generated for the body of that macro|-|[[API Expand.MacroTail|MacroTail]]|Expands a macro name to the code generated for the tail of that macro|}
  
 
===Examples===
 
===Examples===

Revision as of 15:34, 10 May 2013

wiki page name Various variable and code expansion routines

Functions provided for this class

Examples