ClassFoundation5.9.0
UnitInformationStorage
final class UnitInformationStorage
Superclasses
Citizens in Foundation
Conformances
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol NSCoding
The
NSCoding
protocol declares the two methods that a class must implement so that instances of that class can be encoded and decoded. This capability provides the basis for archiving (where objects and other structures are stored on disk) and distribution (where objects are copied to different address spaces).protocol NSCopying
The
NSCopying
protocol declares a method for providing functional copies of an object. The exact meaning of “copy” can vary from class to class, but a copy must be a functionally independent object with values identical to the original at the time the copy was made.protocol NSObjectProtocol
The
NSObjectProtocol
groups methods that are fundamental to all Foundation objects.protocol NSSecureCoding
Conforming to the
NSSecureCoding
protocol indicates that an object handles encoding and decoding instances of itself in a manner that is robust against object substitution attacks.
Members
class var bits: UnitInformationStorage
class var bytes: UnitInformationStorage
class var exabits: UnitInformationStorage
class var exabytes: UnitInformationStorage
class var exbibits: UnitInformationStorage
class var exbibytes: UnitInformationStorage
class var gibibits: UnitInformationStorage
class var gibibytes: UnitInformationStorage
class var gigabits: UnitInformationStorage
class var gigabytes: UnitInformationStorage
class var kibibits: UnitInformationStorage
class var kibibytes: UnitInformationStorage
class var kilobits: UnitInformationStorage
class var kilobytes: UnitInformationStorage
class var mebibits: UnitInformationStorage
class var mebibytes: UnitInformationStorage
class var megabits: UnitInformationStorage
class var megabytes: UnitInformationStorage
class var nibbles: UnitInformationStorage
class var pebibits: UnitInformationStorage
class var pebibytes: UnitInformationStorage
class var petabits: UnitInformationStorage
class var petabytes: UnitInformationStorage
class var tebibits: UnitInformationStorage
class var tebibytes: UnitInformationStorage
class var terabits: UnitInformationStorage
class var terabytes: UnitInformationStorage
class var yobibits: UnitInformationStorage
class var yobibytes: UnitInformationStorage
class var yottabits: UnitInformationStorage
class var yottabytes: UnitInformationStorage
class var zebibits: UnitInformationStorage
class var zebibytes: UnitInformationStorage
class var zettabits: UnitInformationStorage
class var zettabytes: UnitInformationStorage
class func baseUnit(
) -> UnitInformationStorage func isEqual(Any
?) -> Bool