C# Class Rhino.Tools.Idswitch.CodePrinter

Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Erase ( int begin, int end ) : void
GetIndentStep ( ) : int
GetIndentTabSize ( ) : int
GetLastChar ( ) : int
GetLineTerminator ( ) : string
GetOffset ( ) : int
Indent ( int level ) : void
Line ( int indent_level, string s ) : void
Nl ( ) : void
P ( char c ) : void
P ( char array, int begin, int end ) : void
P ( int i ) : void
P ( string s ) : void
Qchar ( int c ) : void
Qstring ( string s ) : void
SetIndentStep ( int char_count ) : void
SetIndentTabSize ( int tab_size ) : void
SetLineTerminator ( string value ) : void
ToString ( ) : string

Private Methods

Méthode Description
Add_area ( int area_size ) : int
Digit_to_hex_letter ( int d ) : char
Ensure_area ( int area_size ) : int
Put_string_literal_char ( int pos, int c, bool in_string ) : int

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Erase() public méthode

public Erase ( int begin, int end ) : void
begin int
end int
Résultat void

GetIndentStep() public méthode

public GetIndentStep ( ) : int
Résultat int

GetIndentTabSize() public méthode

public GetIndentTabSize ( ) : int
Résultat int

GetLastChar() public méthode

public GetLastChar ( ) : int
Résultat int

GetLineTerminator() public méthode

public GetLineTerminator ( ) : string
Résultat string

GetOffset() public méthode

public GetOffset ( ) : int
Résultat int

Indent() public méthode

public Indent ( int level ) : void
level int
Résultat void

Line() public méthode

public Line ( int indent_level, string s ) : void
indent_level int
s string
Résultat void

Nl() public méthode

public Nl ( ) : void
Résultat void

P() public méthode

public P ( char c ) : void
c char
Résultat void

P() public méthode

public P ( char array, int begin, int end ) : void
array char
begin int
end int
Résultat void

P() public méthode

public P ( int i ) : void
i int
Résultat void

P() public méthode

public P ( string s ) : void
s string
Résultat void

Qchar() public méthode

public Qchar ( int c ) : void
c int
Résultat void

Qstring() public méthode

public Qstring ( string s ) : void
s string
Résultat void

SetIndentStep() public méthode

public SetIndentStep ( int char_count ) : void
char_count int
Résultat void

SetIndentTabSize() public méthode

public SetIndentTabSize ( int tab_size ) : void
tab_size int
Résultat void

SetLineTerminator() public méthode

public SetLineTerminator ( string value ) : void
value string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string