Samond Classes Library 1.2.6-STABLE build 219
Classes
SCRuntimeMethod.h File Reference

Class SCRuntimeMethod header file. More...

#import <Foundation/Foundation.h>
#import <scl/SCRuntimeObject.h>

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 }
 

Detailed Description

Class SCRuntimeMethod header file.

SDK
macOS 10.6+, iOS 7.0+, GNUstep
Since
version 1.2.6

Contains an SCRuntimeMethod class declaration that provides access to runtime class methods.

Macro Definition Documentation

#define _arg_ (   expr)    (__typeof__(expr) []){ expr }

Used to specify arguments when calling a method of a class.

See also
SC_ARG
SCARG
#define SC_ARG (   expr)    (__typeof__(expr) []){ expr }

Used to specify arguments when calling a method of a class.

See also
SCARG
#define SCARG (   expr)    (__typeof__(expr) []){ expr }

Used to specify arguments when calling a method of a class.

See also
SC_ARG
#define SCRuntimeMethodClass   @"SCRuntimeMethod"

A name of the class SCRuntimeMethod