C# Class CascadeSharp.TKernel.TColStd.TColStd_Array1OfCharacter

Datei anzeigen Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( TColStd_Array1OfCharacter theOther ) : TColStd_Array1OfCharacter
ChangeFirst ( ) : char
ChangeLast ( ) : char
ChangeValue ( int theIndex ) : char
First ( ) : char
Init ( char theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : char
Length ( ) : int
Lower ( ) : int
Move ( TColStd_Array1OfCharacter theOther ) : TColStd_Array1OfCharacter
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, char theItem ) : void
Size ( ) : int
TColStd_Array1OfCharacter ( ) : System
TColStd_Array1OfCharacter ( TColStd_Array1OfCharacter theOther ) : System
TColStd_Array1OfCharacter ( char theBegin, int theLower, int theUpper ) : System
TColStd_Array1OfCharacter ( int theLower, int theUpper ) : System
Upper ( ) : int
Value ( int theIndex ) : char

Method Details

Assign() public method

public Assign ( TColStd_Array1OfCharacter theOther ) : TColStd_Array1OfCharacter
theOther TColStd_Array1OfCharacter
return TColStd_Array1OfCharacter

ChangeFirst() public method

public ChangeFirst ( ) : char
return char

ChangeLast() public method

public ChangeLast ( ) : char
return char

ChangeValue() public method

public ChangeValue ( int theIndex ) : char
theIndex int
return char

First() public method

public First ( ) : char
return char

Init() public method

public Init ( char theValue ) : void
theValue char
return void

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : char
return char

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( TColStd_Array1OfCharacter theOther ) : TColStd_Array1OfCharacter
theOther TColStd_Array1OfCharacter
return TColStd_Array1OfCharacter

Resize() public method

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
return void

SetValue() public method

public SetValue ( int theIndex, char theItem ) : void
theIndex int
theItem char
return void

Size() public method

public Size ( ) : int
return int

TColStd_Array1OfCharacter() public method

public TColStd_Array1OfCharacter ( ) : System
return System

TColStd_Array1OfCharacter() public method

public TColStd_Array1OfCharacter ( TColStd_Array1OfCharacter theOther ) : System
theOther TColStd_Array1OfCharacter
return System

TColStd_Array1OfCharacter() public method

public TColStd_Array1OfCharacter ( char theBegin, int theLower, int theUpper ) : System
theBegin char
theLower int
theUpper int
return System

TColStd_Array1OfCharacter() public method

public TColStd_Array1OfCharacter ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : char
theIndex int
return char