Oolite 1.91.0.7659-250410-0031890
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OldSchoolPropertyListWriting.m File Reference
#include <assert.h>
import "OldSchoolPropertyListWriting.h"
import "NSNumberOOExtensions.h"
+ Include dependency graph for OldSchoolPropertyListWriting.m:

Go to the source code of this file.

Classes

category  NSObject(OldSchoolPropertyListWriting_Private)
 

Functions

static void AppendNewLineAndIndent (NSMutableString *ioString, unsigned indentDepth)
 

Function Documentation

◆ AppendNewLineAndIndent()

static void AppendNewLineAndIndent ( NSMutableString * ioString,
unsigned indentDepth )
static

Definition at line 325 of file OldSchoolPropertyListWriting.m.

326{
327 [ioString appendString:@"\n"];
328 while (indentDepth--) [ioString appendString:@"\t"];
329}

Referenced by NSArray(OldSchoolPropertyListWriting)::oldSchoolPListFormatWithIndentation:errorDescription:, and NSDictionary(OldSchoolPropertyListWriting)::oldSchoolPListFormatWithIndentation:errorDescription:.

+ Here is the caller graph for this function: