![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Inherits CodeContainerBase.
Public Member Functions | |
| Function () | |
| Function (string name, bool isStatic=false) | |
| 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 Function | FromDeclaration (FunctionDeclaration decl) |
Properties | |
| string | Name [get, set] |
| bool | IsStatic [get, set] |
| List< VariableType > | Parameter [get] |
| VariableType | ReturnType [get, set] |
Properties inherited from CodeContainerBase | |
| List< CodeElement > | Declarations [get] |
| List< CodeElement > | InnerElements [get] |
| bool | IncreaseLevel [get, set] |
Definition at line 38 of file Function.cs.
|
inline |
Definition at line 46 of file Function.cs.
|
inline |
Definition at line 50 of file Function.cs.
|
inlinestatic |
Definition at line 74 of file Function.cs.
|
inlinevirtual |
Reimplemented from CodeContainerBase.
Definition at line 87 of file Function.cs.
|
getset |
Definition at line 41 of file Function.cs.
|
getset |
Definition at line 40 of file Function.cs.
|
get |
Definition at line 57 of file Function.cs.
|
getset |
Definition at line 62 of file Function.cs.
1.8.11