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

Inherits CodeElement.

Public Member Functions

 EmptyLine ()
 
 EmptyLine (uint count)
 
override void GenerateCode (int level, CGenerator generator)
 

Static Public Attributes

static readonly EmptyLine SingleLine = new EmptyLine()
 
static readonly EmptyLine TwoLines = new EmptyLine(2)
 
static readonly EmptyLine ThreeLines = new EmptyLine(3)
 

Properties

uint Count [get, set]
 

Detailed Description

Definition at line 35 of file EmptyLine.cs.

Constructor & Destructor Documentation

EmptyLine ( )
inline

Definition at line 43 of file EmptyLine.cs.

EmptyLine ( uint  count)
inline

Definition at line 48 of file EmptyLine.cs.

Member Function Documentation

override void GenerateCode ( int  level,
CGenerator  generator 
)
inlinevirtual

Reimplemented from CodeElement.

Definition at line 53 of file EmptyLine.cs.

Field Documentation

readonly EmptyLine SingleLine = new EmptyLine()
static

Definition at line 37 of file EmptyLine.cs.

readonly EmptyLine ThreeLines = new EmptyLine(3)
static

Definition at line 39 of file EmptyLine.cs.

readonly EmptyLine TwoLines = new EmptyLine(2)
static

Definition at line 38 of file EmptyLine.cs.

Property Documentation

uint Count
getset

Definition at line 41 of file EmptyLine.cs.


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