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

Inherits CodeElement.

Public Member Functions

 FunctionDeclaration ()
 
 FunctionDeclaration (string name, bool isStatic=false, bool isExtern=false)
 
override void GenerateCode (int level, CGenerator generator)
 

Properties

string Name [get, set]
 
bool IsStatic [get, set]
 
bool IsExtern [get, set]
 
List< VariableTypeParameter [get]
 
VariableType ReturnType [get, set]
 

Detailed Description

Definition at line 38 of file FunctionDeclaration.cs.

Constructor & Destructor Documentation

FunctionDeclaration ( )
inline

Definition at line 47 of file FunctionDeclaration.cs.

FunctionDeclaration ( string  name,
bool  isStatic = false,
bool  isExtern = false 
)
inline

Definition at line 51 of file FunctionDeclaration.cs.

Member Function Documentation

override void GenerateCode ( int  level,
CGenerator  generator 
)
inlinevirtual

Reimplemented from CodeElement.

Definition at line 76 of file FunctionDeclaration.cs.

Property Documentation

bool IsExtern
getset

Definition at line 42 of file FunctionDeclaration.cs.

bool IsStatic
getset

Definition at line 41 of file FunctionDeclaration.cs.

string Name
getset

Definition at line 40 of file FunctionDeclaration.cs.

List<VariableType> Parameter
get

Definition at line 59 of file FunctionDeclaration.cs.

VariableType ReturnType
getset

Definition at line 64 of file FunctionDeclaration.cs.


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