System.Text Namespace

Classes | Functions

Classes

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

Functions

public CodeFormatter& operator<<(CodeFormatter& formatter, bool x)
public CodeFormatter& operator<<(CodeFormatter& formatter, byte x)
public CodeFormatter& operator<<(CodeFormatter& formatter, char c)
public CodeFormatter& operator<<(CodeFormatter& formatter, const String<char>& s)
public CodeFormatter& operator<<(CodeFormatter& formatter, const Endl&)
public CodeFormatter& operator<<(CodeFormatter& formatter, const char* s)
public CodeFormatter& operator<<(CodeFormatter& formatter, double x)
public CodeFormatter& operator<<(CodeFormatter& formatter, float x)
public CodeFormatter& operator<<(CodeFormatter& formatter, int x)
public CodeFormatter& operator<<(CodeFormatter& formatter, long x)
public CodeFormatter& operator<<(CodeFormatter& formatter, sbyte x)
public CodeFormatter& operator<<(CodeFormatter& formatter, short x)
public CodeFormatter& operator<<(CodeFormatter& formatter, uchar c)
public CodeFormatter& operator<<(CodeFormatter& formatter, uint x)
public CodeFormatter& operator<<(CodeFormatter& formatter, ulong x)
public CodeFormatter& operator<<(CodeFormatter& formatter, ushort x)
public CodeFormatter& operator<<(CodeFormatter& formatter, wchar c)

Function Details

operator<< Function

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

Definition
Line 193 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 209 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 281 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 186 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 315 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 179 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 273 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 265 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 233 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 249 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 201 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 217 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 302 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 241 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 257 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 225 of System.Base/CodeFormatter.cm


operator<< Function

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

Definition
Line 289 of System.Base/CodeFormatter.cm