C# Class Xapian.ValueIterator

Inheritance: IDisposable
Show file Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Equals ( ValueIterator other ) : bool
Equals ( object o ) : bool
GetDescription ( ) : string
GetHashCode ( ) : int
GetValue ( ) : string
GetValueNo ( ) : uint
Next ( ) : ValueIterator
ValueIterator ( ) : System
ValueIterator ( ValueIterator other ) : System
operator ( ) : ValueIterator
operator ( ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( ValueIterator other ) : bool
other ValueIterator
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetDescription() public method

public GetDescription ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValue() public method

public GetValue ( ) : string
return string

GetValueNo() public method

public GetValueNo ( ) : uint
return uint

Next() public method

public Next ( ) : ValueIterator
return ValueIterator

ValueIterator() public method

public ValueIterator ( ) : System
return System

ValueIterator() public method

public ValueIterator ( ValueIterator other ) : System
other ValueIterator
return System

operator() public static method

public static operator ( ) : ValueIterator
return ValueIterator

operator() public static method

public static operator ( ) : bool
return bool

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool