SYMBOL INDEX (55 symbols across 28 files) FILE: Samples/iOS/Application/Controllers/TemperatureCell.h function interface (line 49) | interface TemperatureCell : UITableViewCell { FILE: Samples/iOS/Application/Models/entities/Ingredient.h function interface (line 3) | interface Ingredient : _Ingredient {} FILE: Samples/iOS/Application/Models/entities/Recipe.h function interface (line 3) | interface Recipe : _Recipe {} FILE: Samples/iOS/Application/Models/generated/_Ingredient.h type IngredientAttributes (line 7) | struct IngredientAttributes { type IngredientRelationships (line 13) | struct IngredientRelationships { type IngredientFetchedProperties (line 17) | struct IngredientFetchedProperties { function interface (line 26) | interface IngredientID : NSManagedObjectID {} FILE: Samples/iOS/Application/Models/generated/_Recipe.h type RecipeAttributes (line 7) | struct RecipeAttributes { type RecipeRelationships (line 15) | struct RecipeRelationships { type RecipeFetchedProperties (line 21) | struct RecipeFetchedProperties { function interface (line 34) | interface RecipeID : NSManagedObjectID {} FILE: Support/Scripts/GenerateShorthandAliases.rb function processImplementation (line 12) | def processImplementation(headerFile) function processHeader (line 90) | def processHeader(headerFile, include_deprecation_warnings) function processDirectoryForHeaders (line 167) | def processDirectoryForHeaders(path, include_deprecation_warnings) function processDirectoryForImplementations (line 184) | def processDirectoryForImplementations(path) function generateHeaders (line 202) | def generateHeaders(startingPoint, include_deprecation_warnings) function generateImplementations (line 222) | def generateImplementations(startingPoint) FILE: Tests/Fixtures/TestModel/AbstractRelatedEntity.h function interface (line 3) | interface AbstractRelatedEntity : _AbstractRelatedEntity {} FILE: Tests/Fixtures/TestModel/ConcreteRelatedEntity.h function interface (line 3) | interface ConcreteRelatedEntity : _ConcreteRelatedEntity {} FILE: Tests/Fixtures/TestModel/DifferentClassNameMapping.h function interface (line 3) | interface DifferentClassNameMapping : _DifferentClassNameMapping {} FILE: Tests/Fixtures/TestModel/MappedEntity.h function interface (line 3) | interface MappedEntity : _MappedEntity {} FILE: Tests/Fixtures/TestModel/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h function interface (line 3) | interface SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey :... FILE: Tests/Fixtures/TestModel/SingleEntityRelatedToMappedEntityUsingDefaults.h function interface (line 3) | interface SingleEntityRelatedToMappedEntityUsingDefaults : _SingleEntity... FILE: Tests/Fixtures/TestModel/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h function interface (line 3) | interface SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey : _Sing... FILE: Tests/Fixtures/TestModel/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h function interface (line 3) | interface SingleEntityRelatedToMappedEntityWithNestedMappedAttributes : ... FILE: Tests/Fixtures/TestModel/SingleEntityRelatedToMappedEntityWithSecondaryMappings.h function interface (line 3) | interface SingleEntityRelatedToMappedEntityWithSecondaryMappings : _Sing... FILE: Tests/Fixtures/TestModel/SingleEntityWithNoRelationships.h function interface (line 3) | interface SingleEntityWithNoRelationships : _SingleEntityWithNoRelations... FILE: Tests/Fixtures/TestModel/SingleRelatedEntity.h function interface (line 3) | interface SingleRelatedEntity : _SingleRelatedEntity {} FILE: Tests/Fixtures/TestModel/_AbstractRelatedEntity.h type AbstractRelatedEntityAttributes (line 6) | struct AbstractRelatedEntityAttributes { function interface (line 10) | interface AbstractRelatedEntityID : NSManagedObjectID {} FILE: Tests/Fixtures/TestModel/_ConcreteRelatedEntity.h type ConcreteRelatedEntityAttributes (line 7) | struct ConcreteRelatedEntityAttributes { function interface (line 11) | interface ConcreteRelatedEntityID : AbstractRelatedEntityID {} FILE: Tests/Fixtures/TestModel/_DifferentClassNameMapping.h function interface (line 6) | interface DifferentClassNameMappingID : NSManagedObjectID {} FILE: Tests/Fixtures/TestModel/_MappedEntity.h type MappedEntityAttributes (line 6) | struct MappedEntityAttributes { type MappedEntityUserInfo (line 13) | struct MappedEntityUserInfo { function interface (line 17) | interface MappedEntityID : NSManagedObjectID {} FILE: Tests/Fixtures/TestModel/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h type SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyAttributes (line 6) | struct SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyAttri... type SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyRelationships (line 10) | struct SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyRelat... type SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyUserInfo (line 14) | struct SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyUserI... function interface (line 20) | interface SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyID... FILE: Tests/Fixtures/TestModel/_SingleEntityRelatedToMappedEntityUsingDefaults.h type SingleEntityRelatedToMappedEntityUsingDefaultsAttributes (line 6) | struct SingleEntityRelatedToMappedEntityUsingDefaultsAttributes { type SingleEntityRelatedToMappedEntityUsingDefaultsRelationships (line 10) | struct SingleEntityRelatedToMappedEntityUsingDefaultsRelationships { function interface (line 16) | interface SingleEntityRelatedToMappedEntityUsingDefaultsID : NSManagedOb... FILE: Tests/Fixtures/TestModel/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h type SingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyRelationships (line 6) | struct SingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyRelationshi... function interface (line 12) | interface SingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyID : NSM... FILE: Tests/Fixtures/TestModel/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h type SingleEntityRelatedToMappedEntityWithNestedMappedAttributesRelationships (line 6) | struct SingleEntityRelatedToMappedEntityWithNestedMappedAttributesRelati... function interface (line 12) | interface SingleEntityRelatedToMappedEntityWithNestedMappedAttributesID ... FILE: Tests/Fixtures/TestModel/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.h type SingleEntityRelatedToMappedEntityWithSecondaryMappingsAttributes (line 6) | struct SingleEntityRelatedToMappedEntityWithSecondaryMappingsAttributes { type SingleEntityRelatedToMappedEntityWithSecondaryMappingsRelationships (line 11) | struct SingleEntityRelatedToMappedEntityWithSecondaryMappingsRelationshi... function interface (line 17) | interface SingleEntityRelatedToMappedEntityWithSecondaryMappingsID : NSM... FILE: Tests/Fixtures/TestModel/_SingleEntityWithNoRelationships.h type SingleEntityWithNoRelationshipsAttributes (line 12) | struct SingleEntityWithNoRelationshipsAttributes { function interface (line 33) | interface SingleEntityWithNoRelationshipsID : NSManagedObjectID {} FILE: Tests/Fixtures/TestModel/_SingleRelatedEntity.h type SingleRelatedEntityAttributes (line 6) | struct SingleRelatedEntityAttributes { type SingleRelatedEntityRelationships (line 10) | struct SingleRelatedEntityRelationships { function interface (line 22) | interface SingleRelatedEntityID : NSManagedObjectID {}