|
Public Types |
enum | action_code {
FileOpen,
FileSkip,
FileError,
FileClose,
DocumentCount
} |
Public Member Functions |
virtual void | Dispose () |
virtual void | status (int code, string documentPath, string error, int documentsIndexed, int documentsSeen) |
| IndexStatus () |
delegate void | SwigDelegateIndexStatus_0 (int code, string documentPath, string error, int documentsIndexed, int documentsSeen) |
Protected Attributes |
bool | swigCMemOwn |
Private Member Functions |
internal | IndexStatus (IntPtr cPtr, bool cMemoryOwn) |
| ~IndexStatus () |
void | SwigDirectorConnect () |
bool | SwigDerivedClassHasMethod (string methodName, Type[] methodTypes) |
void | SwigDirectorstatus (int code, string documentPath, string error, int documentsIndexed, int documentsSeen) |
Static Private Member Functions |
internal HandleRef | getCPtr (IndexStatus obj) |
Private Attributes |
HandleRef | swigCPtr |
SwigDelegateIndexStatus_0 | swigDelegate0 |
Static Private Attributes |
Type[] | swigMethodTypes0 = new Type[] { typeof(int), typeof(string), typeof(string), typeof(int), typeof(int) } |