C# Class Xapian.RSet

Inheritance: IDisposable
Datei anzeigen Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
AddDocument ( MSetIterator i ) : void
AddDocument ( uint did ) : void
Contains ( MSetIterator i ) : bool
Contains ( uint did ) : bool
Dispose ( ) : void
Empty ( ) : bool
GetDescription ( ) : string
RSet ( ) : System
RSet ( RSet other ) : System
RemoveDocument ( MSetIterator i ) : void
RemoveDocument ( uint did ) : void
Size ( ) : uint

Private Methods

Method Description
RSet ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( RSet obj ) : HandleRef

Method Details

AddDocument() public method

public AddDocument ( MSetIterator i ) : void
i MSetIterator
return void

AddDocument() public method

public AddDocument ( uint did ) : void
did uint
return void

Contains() public method

public Contains ( MSetIterator i ) : bool
i MSetIterator
return bool

Contains() public method

public Contains ( uint did ) : bool
did uint
return bool

Dispose() public method

public Dispose ( ) : void
return void

Empty() public method

public Empty ( ) : bool
return bool

GetDescription() public method

public GetDescription ( ) : string
return string

RSet() public method

public RSet ( ) : System
return System

RSet() public method

public RSet ( RSet other ) : System
other RSet
return System

RemoveDocument() public method

public RemoveDocument ( MSetIterator i ) : void
i MSetIterator
return void

RemoveDocument() public method

public RemoveDocument ( uint did ) : void
did uint
return void

Size() public method

public Size ( ) : uint
return uint

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool