|
Oolite 1.91.0.7712-251017-85ce217
|
Go to the source code of this file.
Functions | |
| OOALStringRef | OOALGetConstantString (const char *string) |
| void | OOALRelease (OOALObjectRef object) |
| OOALStringRef | OOTypeDescription (OOALObjectRef object) |
| bool | OOALIsString (OOALObjectRef object) |
| OOALStringRef | OOALStringCreateWithFormatAndArguments (OOALStringRef format, va_list args) |
| bool | OOALIsDictionary (OOALObjectRef object) |
| OOALObjectRef | OOALDictionaryGetValue (OOALDictionaryRef dictionary, OOALObjectRef key) |
| bool | OOALIsData (OOALObjectRef object) |
| OOALMutableDataRef | OOALDataCreateMutable (size_t capacity) |
| void | OOALMutableDataAppendBytes (OOALMutableDataRef data, const void *bytes, size_t length) |
| const void * | OOALDataGetBytePtr (OOALDataRef data) |
| size_t | OOALDataGetLength (OOALDataRef data) |
| OOALAutoreleasePoolRef | OOALCreateAutoreleasePool (void) |
| OOALObjectRef | OOALPropertyListFromData (OOALMutableDataRef data, OOALStringRef *errStr) |
| OOALAutoreleasePoolRef OOALCreateAutoreleasePool | ( | void | ) |
Definition at line 106 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveBytes().
| OOALMutableDataRef OOALDataCreateMutable | ( | size_t | capacity | ) |
Definition at line 82 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveBytes().
| const void * OOALDataGetBytePtr | ( | OOALDataRef | data | ) |
Definition at line 94 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveData().
| size_t OOALDataGetLength | ( | OOALDataRef | data | ) |
Definition at line 100 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveData().
| OOALObjectRef OOALDictionaryGetValue | ( | OOALDictionaryRef | dictionary, |
| OOALObjectRef | key ) |
Definition at line 70 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
| OOALStringRef OOALGetConstantString | ( | const char * | string | ) |
Definition at line 16 of file OOTCPStreamDecoderAbstractionLayer.m.
References nil.
| bool OOALIsData | ( | OOALObjectRef | object | ) |
Definition at line 76 of file OOTCPStreamDecoderAbstractionLayer.m.
| bool OOALIsDictionary | ( | OOALObjectRef | object | ) |
Definition at line 64 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
| bool OOALIsString | ( | OOALObjectRef | object | ) |
Definition at line 52 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
| void OOALMutableDataAppendBytes | ( | OOALMutableDataRef | data, |
| const void * | bytes, | ||
| size_t | length ) |
Definition at line 88 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveBytes().
| OOALObjectRef OOALPropertyListFromData | ( | OOALMutableDataRef | data, |
| OOALStringRef * | errStr ) |
Definition at line 112 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
| void OOALRelease | ( | OOALObjectRef | object | ) |
Definition at line 40 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by Error(), OOTCPStreamDecoderDestroy(), OOTCPStreamDecoderReceiveBytes(), and PacketReady().
| OOALStringRef OOALStringCreateWithFormatAndArguments | ( | OOALStringRef | format, |
| va_list | args ) |
Definition at line 58 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by Error().
| OOALStringRef OOTypeDescription | ( | OOALObjectRef | object | ) |
Definition at line 46 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().