Samond Classes Library 1.2.1-RELEASE build 181
SCConstants.h File Reference

Common library constants header file. More...

Go to the source code of this file.

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 SCLS (   string)    NSLocalizedString( string, nil)

Defines the call of the standard function NSLocalizedString