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

Inherits CodeElement.

Public Member Functions

 Comment ()
 
 Comment (string comment, bool singleLine=false)
 
override void GenerateCode (int level, CGenerator generator)
 

Data Fields

const string CommentStart = "/*"
 
const string CommentEnd = "*/"
 

Properties

string Comment_ [get, set]
 
bool SingleLine [get, set]
 

Detailed Description

Definition at line 35 of file Comment.cs.

Constructor & Destructor Documentation

Comment ( )
inline

Definition at line 43 of file Comment.cs.

Comment ( string  comment,
bool  singleLine = false 
)
inline

Definition at line 47 of file Comment.cs.

Member Function Documentation

override void GenerateCode ( int  level,
CGenerator  generator 
)
inlinevirtual

Reimplemented from CodeElement.

Definition at line 53 of file Comment.cs.

Field Documentation

const string CommentEnd = "*/"

Definition at line 38 of file Comment.cs.

const string CommentStart = "/*"

Definition at line 37 of file Comment.cs.

Property Documentation

string Comment_
getset

Definition at line 40 of file Comment.cs.

bool SingleLine
getset

Definition at line 41 of file Comment.cs.


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