public bool CopyTo(ParserCache dest) { bool ret = C4dApiPINVOKE.ParserCache_CopyTo(swigCPtr, ParserCache.getCPtr(dest)); return ret; }
internal static HandleRef getCPtr(ParserCache obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public bool CalculateLong(ParserCache pdat, SWIGTYPE_p_LONG result, SWIGTYPE_p_LONG error) { bool ret = C4dApiPINVOKE.Parser_CalculateLong(swigCPtr, ParserCache.getCPtr(pdat), SWIGTYPE_p_LONG.getCPtr(result), SWIGTYPE_p_LONG.getCPtr(error)); return ret; }
public bool Reset(ParserCache p) { bool ret = C4dApiPINVOKE.Parser_Reset__SWIG_0(swigCPtr, ParserCache.getCPtr(p)); return ret; }
public void GetParserData(ParserCache p) { C4dApiPINVOKE.Parser_GetParserData(swigCPtr, ParserCache.getCPtr(p)); }