|
Samond Classes Library 1.2.6-STABLE build 219
|
Class SCRuntimeMethod header file. More...
Go to the source code of this file.
Classes | |
| class | SCRuntimeMethod |
| Representation of a class method. More... | |
Class Constants | |
| #define | SCRuntimeMethodClass @"SCRuntimeMethod" |
| #define | SCARG(expr) (__typeof__(expr) []){ expr } |
| #define | SC_ARG(expr) (__typeof__(expr) []){ expr } |
| #define | _arg_(expr) (__typeof__(expr) []){ expr } |
Class SCRuntimeMethod header file.
Contains an SCRuntimeMethod class declaration that provides access to runtime class methods.
| #define _arg_ | ( | expr | ) | (__typeof__(expr) []){ expr } |
| #define SC_ARG | ( | expr | ) | (__typeof__(expr) []){ expr } |
Used to specify arguments when calling a method of a class.
| #define SCARG | ( | expr | ) | (__typeof__(expr) []){ expr } |
Used to specify arguments when calling a method of a class.
| #define SCRuntimeMethodClass @"SCRuntimeMethod" |
A name of the class SCRuntimeMethod
1.8.9.1