STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Public Member Functions | Properties
ElseIf Class Reference

Inherits CodeContainerBase.

Public Member Functions

 ElseIf ()
 
 ElseIf (string condition)
 
override void GenerateCode (int level, CGenerator generator)
 
- Public Member Functions inherited from CodeContainerBase
void AddElements (IList< CodeElement > elements, params CodeElement[] spacerElements)
 
CodeElement AddElement (CodeElement element)
 
Code AddCode (string code)
 
Code AddCodeFormat (string codeFormat, params object[] args)
 
CodeElement AddDeclaration (CodeElement declaration)
 

Properties

string Condition [get, set]
 
- Properties inherited from CodeContainerBase
List< CodeElementDeclarations [get]
 
List< CodeElementInnerElements [get]
 
bool IncreaseLevel [get, set]
 

Detailed Description

Definition at line 38 of file IfThenElse.cs.

Constructor & Destructor Documentation

ElseIf ( )
inline

Definition at line 42 of file IfThenElse.cs.

ElseIf ( string  condition)
inline

Definition at line 46 of file IfThenElse.cs.

Member Function Documentation

override void GenerateCode ( int  level,
CGenerator  generator 
)
inlinevirtual

Reimplemented from CodeContainerBase.

Definition at line 51 of file IfThenElse.cs.

Property Documentation

string Condition
getset

Definition at line 40 of file IfThenElse.cs.


The documentation for this class was generated from the following file: