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

Inherits CodeContainerBase.

Public Member Functions

 IfThenElse ()
 
 IfThenElse (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]
 
List< ElseIfElseIf [get]
 
CodeContainerBase Else [get]
 
- Properties inherited from CodeContainerBase
List< CodeElementDeclarations [get]
 
List< CodeElementInnerElements [get]
 
bool IncreaseLevel [get, set]
 

Detailed Description

Definition at line 71 of file IfThenElse.cs.

Constructor & Destructor Documentation

IfThenElse ( )
inline

Definition at line 78 of file IfThenElse.cs.

IfThenElse ( string  condition)
inline

Definition at line 82 of file IfThenElse.cs.

Member Function Documentation

override void GenerateCode ( int  level,
CGenerator  generator 
)
inlinevirtual

Reimplemented from CodeContainerBase.

Definition at line 97 of file IfThenElse.cs.

Property Documentation

string Condition
getset

Definition at line 73 of file IfThenElse.cs.

Definition at line 93 of file IfThenElse.cs.

List<ElseIf> ElseIf
get

Definition at line 88 of file IfThenElse.cs.


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