fad9460e6701de377e7b33b777771bb79db4a5f5
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.VectorBase.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace Tizen.NUI
6 {
7     internal static partial class Interop
8     {
9         internal static partial class VectorBase
10         {
11             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Count")]
12             public static extern uint VectorBase_Count(global::System.Runtime.InteropServices.HandleRef jarg1);
13
14             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Size")]
15             public static extern uint VectorBase_Size(global::System.Runtime.InteropServices.HandleRef jarg1);
16
17             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Empty")]
18             public static extern bool VectorBase_Empty(global::System.Runtime.InteropServices.HandleRef jarg1);
19
20             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Capacity")]
21             public static extern uint VectorBase_Capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
22
23             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Release")]
24             public static extern void VectorBase_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
25         }
26     }
27 }