C# Class CascadeSharp.TKernel.TColStd.TColStd_ListOfAsciiString

Datei anzeigen Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( TCollection_AsciiString theItem ) : TCollection_AsciiString
Append ( TColStd_ListOfAsciiString theOther ) : void
Assign ( TColStd_ListOfAsciiString theOther ) : TColStd_ListOfAsciiString
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
First ( ) : TCollection_AsciiString
Last ( ) : TCollection_AsciiString
Prepend ( TCollection_AsciiString theItem ) : TCollection_AsciiString
Prepend ( TColStd_ListOfAsciiString theOther ) : void
RemoveFirst ( ) : void
Reverse ( ) : void
Size ( ) : int
TColStd_ListOfAsciiString ( ) : System
TColStd_ListOfAsciiString ( NCollection_BaseAllocator theAllocator ) : System
TColStd_ListOfAsciiString ( TColStd_ListOfAsciiString theOther ) : System

Method Details

Append() public method

public Append ( TCollection_AsciiString theItem ) : TCollection_AsciiString
theItem TCollection_AsciiString
return TCollection_AsciiString

Append() public method

public Append ( TColStd_ListOfAsciiString theOther ) : void
theOther TColStd_ListOfAsciiString
return void

Assign() public method

public Assign ( TColStd_ListOfAsciiString theOther ) : TColStd_ListOfAsciiString
theOther TColStd_ListOfAsciiString
return TColStd_ListOfAsciiString

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

First() public method

public First ( ) : TCollection_AsciiString
return TCollection_AsciiString

Last() public method

public Last ( ) : TCollection_AsciiString
return TCollection_AsciiString

Prepend() public method

public Prepend ( TCollection_AsciiString theItem ) : TCollection_AsciiString
theItem TCollection_AsciiString
return TCollection_AsciiString

Prepend() public method

public Prepend ( TColStd_ListOfAsciiString theOther ) : void
theOther TColStd_ListOfAsciiString
return void

RemoveFirst() public method

public RemoveFirst ( ) : void
return void

Reverse() public method

public Reverse ( ) : void
return void

Size() public method

public Size ( ) : int
return int

TColStd_ListOfAsciiString() public method

public TColStd_ListOfAsciiString ( ) : System
return System

TColStd_ListOfAsciiString() public method

public TColStd_ListOfAsciiString ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

TColStd_ListOfAsciiString() public method

public TColStd_ListOfAsciiString ( TColStd_ListOfAsciiString theOther ) : System
theOther TColStd_ListOfAsciiString
return System