Samond Classes Library 1.2.0-RELEASE build 166
|
Common library functions class. More...
#import <SCCommon.h>
Library Information Access | |
(NSString *) | + version |
(NSString *) | + fullVersion |
(SCUInteger) | + sclBuild |
(NSString *) | + libraryInformation |
(NSString *) | + compilationDate |
(NSString *) | + compilationDateTime |
(NSString *) | + compilationString |
Additional Inherited Members | |
![]() | |
(id) | - initWithCoder: |
(id) | - initWithContentsOfSerializedFile: |
(void) | - encodeWithCoder: |
(BOOL) | - writeContentsToSerializedFile: |
(id) | - initWithDataDictionary: |
(id) | - initWithDataDictionaryFromFile: |
(void) | - writeToDataDictionary: |
(void) | - writeToDataDictionaryFile:atomically: |
(void) | - writeToDataDictionaryFile: |
(NSDictionary *) | - dataDictionary |
(id) | - initWithStream: |
(id) | - initWithFileStream: |
(void) | - writeToStream: |
(void) | - writeToFileStream: |
(void) | - appendToFileStream: |
(id< SCCollectioning >) | - copyObject |
(SCComparisonResult) | - compareWithObject: |
(BOOL) | - isEqual: |
![]() | |
![]() | |
![]() |
Common library functions class.
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.
+ (NSString *) compilationDate |
Returns the string with the library compilation date.
+ (NSString *) compilationDateTime |
Returns the string with the date and time of the library compilation.
+ (NSString *) compilationString |
Returns the library compilation information.
+ (NSString *) fullVersion |
Returns the string with the full library version.
+ (NSString *) libraryInformation |
Returns the string with the full information about library.
+ (SCUInteger) sclBuild |
Returns the number of the current library build.
+ (NSString *) version |
Returns the string with the short library version.