Samond Classes Library 1.2.0-RELEASE build 166
List of all members
SCCommon Class Reference

Common library functions class. More...

#import <SCCommon.h>

Inheritance diagram for SCCommon:
SCObject <SCCoding> <SCDictionaring> <SCStreaming> <SCCollectioning>

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
(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:
 
- Instance Methods inherited from <SCCoding>
- Instance Methods inherited from <SCDictionaring>
- Instance Methods inherited from <SCCollectioning>

Detailed Description

Common library functions class.

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.

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: