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

Inherits CodeContainerBase.

Public Member Functions

 SwitchCase ()
 
 SwitchCase (string value)
 
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)
 

Static Public Member Functions

static SwitchCase GenerateDefault ()
 

Properties

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

Detailed Description

Definition at line 38 of file Switch.cs.

Constructor & Destructor Documentation

SwitchCase ( )
inline

Definition at line 42 of file Switch.cs.

SwitchCase ( string  value)
inline

Definition at line 46 of file Switch.cs.

Member Function Documentation

override void GenerateCode ( int  level,
CGenerator  generator 
)
inlinevirtual

Reimplemented from CodeContainerBase.

Definition at line 61 of file Switch.cs.

static SwitchCase GenerateDefault ( )
inlinestatic

Definition at line 56 of file Switch.cs.

Property Documentation

bool IsDefault
get

Definition at line 52 of file Switch.cs.

string Value
getset

Definition at line 40 of file Switch.cs.


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