|
Oolite
|
#include <OOCollectionExtractors.h>
Instance Methods | |
| (void) | - oo_addInteger: |
| (void) | - oo_addUnsignedInteger: |
| (void) | - oo_addFloat: |
| (void) | - oo_addBool: |
| (void) | - oo_addVector: |
| (void) | - oo_addQuaternion: |
| (void) | - oo_insertInteger:atIndex: |
| (void) | - oo_insertUnsignedInteger:atIndex: |
| (void) | - oo_insertFloat:atIndex: |
| (void) | - oo_insertBool:atIndex: |
| (void) | - oo_insertVector:atIndex: |
| (void) | - oo_insertQuaternion:atIndex: |
Definition at line 302 of file OOCollectionExtractors.h.
| - (void) oo_addBool: | (BOOL) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_addFloat: | (double) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_addInteger: | (long) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_addQuaternion: | (Quaternion) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_addUnsignedInteger: | (unsigned long) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_addVector: | (Vector) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_insertBool: | (BOOL) | value | |
| atIndex: | (NSUInteger) | index | |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_insertFloat: | (double) | value | |
| atIndex: | (NSUInteger) | index | |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_insertInteger: | (long) | value | |
| atIndex: | (NSUInteger) | index | |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_insertQuaternion: | (Quaternion) | value | |
| atIndex: | (NSUInteger) | index | |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_insertUnsignedInteger: | (unsigned long) | value | |
| atIndex: | (NSUInteger) | index | |
Definition at line 1558 of file OOCollectionExtractors.m.
| - (void) oo_insertVector: | (Vector) | value | |
| atIndex: | (NSUInteger) | index | |
Definition at line 1558 of file OOCollectionExtractors.m.