Exemplo n.º 1
0
 public bool CopyTo(ParserCache dest) {
   bool ret = C4dApiPINVOKE.ParserCache_CopyTo(swigCPtr, ParserCache.getCPtr(dest));
   return ret;
 }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(ParserCache obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 3
0
 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;
 }
Exemplo n.º 4
0
 public bool Reset(ParserCache p) {
   bool ret = C4dApiPINVOKE.Parser_Reset__SWIG_0(swigCPtr, ParserCache.getCPtr(p));
   return ret;
 }
Exemplo n.º 5
0
 public void GetParserData(ParserCache p) {
   C4dApiPINVOKE.Parser_GetParserData(swigCPtr, ParserCache.getCPtr(p));
 }