|
|
OPEN_NET_PUBLIC | Function () |
| | Constructor.
|
| |
| OPEN_NET_PUBLIC const char * | GetFunctionName () const |
| | Retrieve the function name. More...
|
| |
| virtual Status | SetFunctionName (const char *aFunctionName) |
| | Set the function name. More...
|
| |
| virtual OPEN_NET_PUBLIC Status | Display (FILE *aOut) const |
| | Display. More...
|
| |
|
OPEN_NET_PUBLIC | SourceCode () |
| | Constructor.
|
| |
|
virtual OPEN_NET_PUBLIC | ~SourceCode () |
| | Destructor.
|
| |
| OPEN_NET_PUBLIC Status | AppendCode (const char *aFileName) |
| | Append code using a source file. More...
|
| |
| virtual OPEN_NET_PUBLIC Status | AppendCode (const char *aCode, unsigned int aCodeSize_byte) |
| | Appen code. More...
|
| |
| OPEN_NET_PUBLIC Status | AppendCode (const SourceCode &aCode) |
| | Appen code. More...
|
| |
| OPEN_NET_PUBLIC unsigned int | GetCodeSize () const |
| | Get code size. More...
|
| |
| OPEN_NET_PUBLIC const char * | GetName () const |
| | Retrieve the instance name. More...
|
| |
| virtual OPEN_NET_PUBLIC Status | ResetCode () |
| | Reset the code. More...
|
| |
| virtual OPEN_NET_PUBLIC Status | SetArgumentCount (unsigned int aArgCount) |
| | Set the number of argument for the function or kernel. More...
|
| |
| virtual OPEN_NET_PUBLIC Status | SetCode (const char *aFileName) |
| | Set the code using a source file. More...
|
| |
| virtual OPEN_NET_PUBLIC Status | SetCode (const char *aCode, unsigned int aCodeSize_byte) |
| | Set the code. More...
|
| |
| OPEN_NET_PUBLIC Status | SetName (const char *aName) |
| | Set the instance's name. More...
|
| |
| virtual OPEN_NET_PUBLIC unsigned int | Edit_Remove (const char *aSearch) |
| | Remove strings from code. More...
|
| |
| virtual OPEN_NET_PUBLIC unsigned int | Edit_Replace (const char *aSearch, const char *aReplace) |
| | Replace strings in code. More...
|
| |
| OPEN_NET_PUBLIC unsigned int | Edit_Search (const char *aSearch) |
| | Search string in code. More...
|
| |