Oolite 1.91.0.7644-241112-7f5034b
|
import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
id | OOPropertyListFromData (NSData *data, NSString *whereFrom) |
id | OOPropertyListFromFile (NSString *path) |
NSDictionary * | OODictionaryFromData (NSData *data, NSString *whereFrom) |
NSDictionary * | OODictionaryFromFile (NSString *path) |
NSArray * | OOArrayFromData (NSData *data, NSString *whereFrom) |
NSArray * | OOArrayFromFile (NSString *path) |
NSArray * OOArrayFromData | ( | NSData * | data, |
NSString * | whereFrom ) |
Definition at line 215 of file OOPListParsing.m.
References OOPropertyListFromData(), and ValueIfClass().
NSArray * OOArrayFromFile | ( | NSString * | path | ) |
Definition at line 222 of file OOPListParsing.m.
References OOPropertyListFromFile(), and ValueIfClass().
Referenced by OOScript::descriptionComponents.
NSDictionary * OODictionaryFromData | ( | NSData * | data, |
NSString * | whereFrom ) |
Definition at line 201 of file OOPListParsing.m.
References OOPropertyListFromData(), and ValueIfClass().
NSDictionary * OODictionaryFromFile | ( | NSString * | path | ) |
Definition at line 208 of file OOPListParsing.m.
References OOPropertyListFromFile(), and ValueIfClass().
Referenced by NSFileManager(OOExtensions)::commanderContentsOfPath:, and LoadExplicitSettings().
id OOPropertyListFromData | ( | NSData * | data, |
NSString * | whereFrom ) |
Definition at line 51 of file OOPListParsing.m.
References kOOLogPListFoundationParseError, nil, and OOLog.
Referenced by OOArrayFromData(), OODictionaryFromData(), and OOPropertyListFromFile().
id OOPropertyListFromFile | ( | NSString * | path | ) |
Definition at line 80 of file OOPListParsing.m.
References CopyDataFromFile(), nil, and OOPropertyListFromData().
Referenced by OOArrayFromFile(), and OODictionaryFromFile().