Samond Classes Library 1.2.6-STABLE build 219
|
Common library constants header file. More...
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]; } |
Common library constants header file.
Contains the declaration of constants, which are using in other library units.
#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