These classes build on MulleObjC and mulle-core to provide the usual value classes expected in a Foundation library.
A good distinction if a class is a value or a container is if it has a -count or a -length method. If it counts members with -length (number of bytes) it's a value.
There is no I/O in these classes. That is added by MulleObjcOSFoundation and later libraries.
Release Version | Release Notes |
---|---|
RELEASENOTES |
Class | Description |
---|---|
NSData |
|
NSDate |
|
NSMutableData |
|
NSMutableString |
|
NSNull |
|
NSNumber |
|
NSString |
|
NSValue |
Protocol | Description |
---|---|
NSDateFactory |
Requirement | Release Version | Description |
---|---|---|
MulleObjC | ๐ A collection of Objective-C root classes for mulle-objc | |
mulle-objc-list | ๐ Lists mulle-objc runtime information contained in executables. |
This project is a component of the MulleFoundation library.
As such you usually will not add or install it individually, unless you
specifically do not want to link against MulleFoundation
.
Use mulle-sde to add MulleObjCValueFoundation to your project:
mulle-sde add github:MulleFoundation/MulleObjCValueFoundation
To only add the sources of MulleObjCValueFoundation with dependency sources use clib:
clib install --out src/MulleFoundation MulleFoundation/MulleObjCValueFoundation
Add -isystem src/MulleFoundation
to your CFLAGS
and compile all the sources that were downloaded with your project.
Use mulle-sde to build and install MulleObjCValueFoundation and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com/MulleFoundation/MulleObjCValueFoundation/archive/latest.tar.gz
Install the requirements:
Requirements | Description |
---|---|
MulleObjC | ๐ A collection of Objective-C root classes for mulle-objc |
mulle-objc-list | ๐ Lists mulle-objc runtime information contained in executables. |
Download the latest tar or zip archive and unpack it.
Install MulleObjCValueFoundation into /usr/local
with cmake:
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_PREFIX_PATH=/usr/local \
-DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config Release
Nat! for Mulle kybernetiK