System.Text Namespace

Classes

public class CodeFormatter Writes indented text to a stream using a StreamWriter .

Functions

public CodeFormatter& operator<<(CodeFormatter& formatter, char c)
public CodeFormatter& operator<<(CodeFormatter& formatter, const Endl&)
public CodeFormatter& operator<<(CodeFormatter& formatter, const String<char>& s)
public CodeFormatter& operator<<(CodeFormatter& formatter, const char* s)
public CodeFormatter& operator<<(CodeFormatter& formatter, long x)
public CodeFormatter& operator<<(CodeFormatter& formatter, uchar c)
public CodeFormatter& operator<<(CodeFormatter& formatter, ulong x)
public CodeFormatter& operator<<(CodeFormatter& formatter, wchar c)

Function Details

operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, char c)

Definition
Line 159 of System.Base/CodeFormatter.cm


operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, const Endl&)

Definition
Line 180 of System.Base/CodeFormatter.cm


operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, const String<char>& s)

Definition
Line 139 of System.Base/CodeFormatter.cm


operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, const char* s)

Definition
Line 133 of System.Base/CodeFormatter.cm


operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, long x)

Definition
Line 145 of System.Base/CodeFormatter.cm


operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, uchar c)

Definition
Line 173 of System.Base/CodeFormatter.cm


operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, ulong x)

Definition
Line 152 of System.Base/CodeFormatter.cm


operator<< Function

public CodeFormatter& operator<<(CodeFormatter& formatter, wchar c)

Definition
Line 166 of System.Base/CodeFormatter.cm