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

Class SCRuntimeProperty header file. More...

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

Go to the source code of this file.

Classes

class  SCRuntimeProperty
 Representation of a class property. More...
 

Class Constants

#define SCRuntimePropertyClass   @"SCRuntimeProperty"
 

Property Support Types

enum  SCRuntimePropertySetterSemantics { SCRuntimePropertyAssign, SCRuntimePropertyRetain, SCRuntimePropertyCopy }
 

Detailed Description

Class SCRuntimeProperty header file.

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

Contains an SCRuntimeProperty class declaration that provides access to runtime class properties.

Macro Definition Documentation

#define SCRuntimePropertyClass   @"SCRuntimeProperty"

A name of the class SCRuntimeProperty

Enumeration Type Documentation

Declares a set of constants that indicate the property setter semantic

Enumerator
SCRuntimePropertyAssign 

Assign property setter semantic

SCRuntimePropertyRetain 

Retain property setter semantic

SCRuntimePropertyCopy 

Copy property setter semantic