Samond Classes Library 1.2.6-STABLE build 219
List of all members
SCCommon Class Reference

Common library functions class. More...

#import <SCCommon.h>

+ Inheritance diagram for SCCommon:

Library Information Access

NSString * version
 
NSString * fullVersion
 
SCUInteger sclBuild
 
NSString * libraryInformation
 
NSString * compilationDate
 
NSString * compilationDateTime
 
NSString * compilationString
 
NSString * copyright
 

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:
 
(instancetype) - initWithData:
 
(instancetype) - initWithDataWrapper:
 
(instancetype) - initWithContentsOfFile:
 
(instancetype) - initWithContentsOfURL:
 
(instancetype) - initWithContentsOfURLString:
 
(void) - writeToData:
 
(BOOL) - writeToFile:
 
(BOOL) - writeToURL:
 
(BOOL) - writeToURLString:
 
(NSData *) - data
 
- Properties inherited from SCObject
NSString * className
 

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.

Property Documentation

- (NSString *) compilationDate
readatomiccopy

A string with date of the library compilation

- (NSString *) compilationDateTime
readatomiccopy

A string with a library compilation date and time

- (NSString *) compilationString
readatomiccopy

A string with the library compilation information

- (NSString *) copyright
readatomiccopy

A string with the copyright information

- (NSString *) fullVersion
readatomiccopy

A string with the full version of the library

- (NSString *) libraryInformation
readatomiccopy

A string with full information about library

- (SCUInteger) sclBuild
readatomicassign

A number of the current build of the library

- (NSString *) version
readatomiccopy

A string with the short version of the library


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