Example #1
0
 internal static Statistics Create(XmlStatistics v)
 {
     if (v == null)
     {
         return null;
     }
     return new Statistics(v);
 }
Example #2
0
 internal static IntPtr getCPtr(XmlStatistics obj)
 {
     if (obj != null)
     {
         return obj.swigCPtr;
     }
     return IntPtr.Zero;
 }
Example #3
0
 internal static IntPtr getCPtr(XmlStatistics obj)
 {
     if (obj != null)
     {
         return(obj.swigCPtr);
     }
     return(IntPtr.Zero);
 }
Example #4
0
 private Statistics(XmlStatistics s)
 {
     using (s)
     {
         this.indexedKeys_ = s.getNumberOfIndexedKeys();
         this.uniqueKeys_ = s.getNumberOfUniqueKeys();
         this.sumKeyValueSize_ = s.getSumKeyValueSize();
     }
 }
Example #5
0
 internal static IntPtr getCPtrOrThrow(XmlStatistics obj)
 {
     return obj.swigCPtr;
 }
Example #6
0
 internal static IntPtr getCPtrOrThrow(XmlStatistics obj)
 {
     return(obj.swigCPtr);
 }