Samond Classes Library 1.2.1-RELEASE build 181
List of all members
SCCommon Class Reference

Common library functions class. More...

#import <SCCommon.h>

Inheritance diagram for SCCommon:
SCObject

Library Information Access

(NSString *) + version
 
(NSString *) + fullVersion
 
(SCUInteger+ sclBuild
 
(NSString *) + libraryInformation
 
(NSString *) + compilationDate
 
(NSString *) + compilationDateTime
 
(NSString *) + compilationString
 

Additional Inherited Members

- Instance Methods inherited from SCObject
(instancetype) - initWithCoder:
 
(instancetype) - initWithContentsOfSerializedFile:
 
(void) - encodeWithCoder:
 
(BOOL) - writeContentsToSerializedFile:
 
(instancetype) - initWithDataDictionary:
 
(instancetype) - initWithDataDictionaryFromFile:
 
(void) - writeToDataDictionary:
 
(void) - writeToDataDictionaryFile:atomically:
 
(void) - writeToDataDictionaryFile:
 
(NSDictionary *) - dataDictionary
 
(instancetype) - initWithStream:
 
(instancetype) - initWithFileStream:
 
(void) - writeToStream:
 
(void) - writeToFileStream:
 
(void) - appendToFileStream:
 
(id) - copyObject
 
(SCComparisonResult- compareWithObject:
 
(BOOL) - isEqual:
 

Detailed Description

Common library functions class.

SDK
macOS 10.6+, iOS 7.0+, GNUStep
Since
version 1.0.3

Contains the methods, which cannot be grouped into other classes and categories.
Most methods are class methods, then you do not need to create the class instance.

Todo:

Replace the return types from the class name to the instancetype

Move the support of the serialized files, data dictionaries, streams and collections into the new category NSObject(SCNSObject)

Method Documentation

+ (NSString *) compilationDate

Returns the string with the library compilation date.

Returns
A date of the library compilation
+ (NSString *) compilationDateTime

Returns the string with the date and time of the library compilation.

Returns
A library compilation date and time
+ (NSString *) compilationString

Returns the library compilation information.

Returns
A string with the library compilation information
+ (NSString *) fullVersion

Returns the string with the full library version.

Returns
A full version of the library
+ (NSString *) libraryInformation

Returns the string with the full information about library.

Returns
A full information about library
+ (SCUInteger) sclBuild

Returns the number of the current library build.

Returns
A number of the current build of the library
+ (NSString *) version

Returns the string with the short library version.

Returns
A short version of the library

The documentation for this class was generated from the following files: