public static DerivationFormatter newNoneDerivationFormatter() { global::System.IntPtr cPtr = morphodita_csharpPINVOKE.DerivationFormatter_newNoneDerivationFormatter(); DerivationFormatter ret = (cPtr == global::System.IntPtr.Zero) ? null : new DerivationFormatter(cPtr, true); return(ret); }
public static DerivationFormatter newDerivationFormatter(string name, Derivator derinet) { global::System.IntPtr cPtr = morphodita_csharpPINVOKE.DerivationFormatter_newDerivationFormatter(name, Derivator.getCPtr(derinet)); DerivationFormatter ret = (cPtr == global::System.IntPtr.Zero) ? null : new DerivationFormatter(cPtr, true); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DerivationFormatter obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }