|
Oolite
|
import <Foundation/Foundation.h>
Include dependency graph for OOPListParsing.h:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:| NSArray * OOArrayFromFile | ( | NSString * | path | ) |
Definition at line 222 of file OOPListParsing.m.
References OOPropertyListFromFile(), and ValueIfClass().
Referenced by OOScript::descriptionComponents.
Here is the call graph for this function:
Here is the caller graph for this function:| NSDictionary * OODictionaryFromData | ( | NSData * | data, |
| NSString * | whereFrom | ||
| ) |
Definition at line 201 of file OOPListParsing.m.
References OOPropertyListFromData(), and ValueIfClass().
Here is the call graph for this function:| NSDictionary * OODictionaryFromFile | ( | NSString * | path | ) |
Definition at line 208 of file OOPListParsing.m.
References OOPropertyListFromFile(), and ValueIfClass().
Referenced by NSFileManager(OOExtensions)::commanderContentsOfPath:, and LoadExplicitSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| id OOPropertyListFromFile | ( | NSString * | path | ) |
Definition at line 80 of file OOPListParsing.m.
References CopyDataFromFile(), nil, and OOPropertyListFromData().
Referenced by OOArrayFromFile(), and OODictionaryFromFile().
Here is the call graph for this function:
Here is the caller graph for this function: