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

Common library constants header file. More...

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

Go to the source code of this file.

Library Constants

#define SC_NULL_OBJECT   @"__NULL_OBJECT__"
 

Macroses

#define SCLS(string)   NSLocalizedString( string, nil)
 
#define __abstract__(name)   { @throw [SCAbstractMethodException exceptionWithMethod:name]; }
 

Detailed Description

Common library constants header file.

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

Contains the declaration of constants, which are using in other library units.

Macro Definition Documentation

#define __abstract__ (   name)    { @throw [SCAbstractMethodException exceptionWithMethod:name]; }

Generates the abstract method exception SCL-20001

#define SC_NULL_OBJECT   @"__NULL_OBJECT__"

A nil object ID

#define SCLS (   string)    NSLocalizedString( string, nil)

Defines the call of the standard function NSLocalizedString