01a73ec32e6cfe8aea7316787af59ba28078a44a
[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
15             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Size")]
16             public static extern uint VectorBase_Size(global::System.Runtime.InteropServices.HandleRef jarg1);
17
18
19             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Empty")]
20             public static extern bool VectorBase_Empty(global::System.Runtime.InteropServices.HandleRef jarg1);
21
22
23             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Capacity")]
24             public static extern uint VectorBase_Capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
25
26
27             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Release")]
28             public static extern void VectorBase_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
29
30
31
32         }
33     }
34 }