mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 03:48:30 +01:00
with templated structs generated
This commit is contained in:
512
cimgui.h
512
cimgui.h
@@ -1252,7 +1252,6 @@ CIMGUI_API const char* igSaveIniSettingsToMemory(size_t* out_ini_size);
|
||||
CIMGUI_API void igSetAllocatorFunctions(void*(*alloc_func)(size_t sz,void* user_data),void(*free_func)(void* ptr,void* user_data),void* user_data);
|
||||
CIMGUI_API void* igMemAlloc(size_t size);
|
||||
CIMGUI_API void igMemFree(void* ptr);
|
||||
CIMGUI_API void ImVector_destroy(ImVector* self);
|
||||
CIMGUI_API ImGuiStyle* ImGuiStyle_ImGuiStyle(void);
|
||||
CIMGUI_API void ImGuiStyle_destroy(ImGuiStyle* self);
|
||||
CIMGUI_API void ImGuiStyle_ScaleAllSizes(ImGuiStyle* self,float scale_factor);
|
||||
@@ -1493,6 +1492,516 @@ CIMGUI_API void ImDrawList_GetClipRectMax_nonUDT(ImVec2 *pOut,ImDrawList* self);
|
||||
CIMGUI_API ImVec2_Simple ImDrawList_GetClipRectMax_nonUDT2(ImDrawList* self);
|
||||
CIMGUI_API void ImFont_CalcTextSizeA_nonUDT(ImVec2 *pOut,ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** remaining);
|
||||
CIMGUI_API ImVec2_Simple ImFont_CalcTextSizeA_nonUDT2(ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** remaining);
|
||||
CIMGUI_API ImVector_float* ImVector_float_ImVector_float(void);
|
||||
CIMGUI_API void ImVector_float_destroy(ImVector_float* self);
|
||||
CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_ImVector_ImWchar(void);
|
||||
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* self);
|
||||
CIMGUI_API ImVector_ImFontConfig* ImVector_ImFontConfig_ImVector_ImFontConfig(void);
|
||||
CIMGUI_API void ImVector_ImFontConfig_destroy(ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImVector_ImFontGlyph* ImVector_ImFontGlyph_ImVector_ImFontGlyph(void);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_destroy(ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API ImVector_TextRange* ImVector_TextRange_ImVector_TextRange(void);
|
||||
CIMGUI_API void ImVector_TextRange_destroy(ImVector_TextRange* self);
|
||||
CIMGUI_API ImVector_CustomRect* ImVector_CustomRect_ImVector_CustomRect(void);
|
||||
CIMGUI_API void ImVector_CustomRect_destroy(ImVector_CustomRect* self);
|
||||
CIMGUI_API ImVector_ImDrawChannel* ImVector_ImDrawChannel_ImVector_ImDrawChannel(void);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_destroy(ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API ImVector_char* ImVector_char_ImVector_char(void);
|
||||
CIMGUI_API void ImVector_char_destroy(ImVector_char* self);
|
||||
CIMGUI_API ImVector_ImTextureID* ImVector_ImTextureID_ImVector_ImTextureID(void);
|
||||
CIMGUI_API void ImVector_ImTextureID_destroy(ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImVector_ImDrawVert* ImVector_ImDrawVert_ImVector_ImDrawVert(void);
|
||||
CIMGUI_API void ImVector_ImDrawVert_destroy(ImVector_ImDrawVert* self);
|
||||
CIMGUI_API ImVector_int* ImVector_int_ImVector_int(void);
|
||||
CIMGUI_API void ImVector_int_destroy(ImVector_int* self);
|
||||
CIMGUI_API ImVector_Pair* ImVector_Pair_ImVector_Pair(void);
|
||||
CIMGUI_API void ImVector_Pair_destroy(ImVector_Pair* self);
|
||||
CIMGUI_API ImVector_ImFontPtr* ImVector_ImFontPtr_ImVector_ImFontPtr(void);
|
||||
CIMGUI_API void ImVector_ImFontPtr_destroy(ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVector_ImVec4* ImVector_ImVec4_ImVector_ImVec4(void);
|
||||
CIMGUI_API void ImVector_ImVec4_destroy(ImVector_ImVec4* self);
|
||||
CIMGUI_API ImVector_ImDrawCmd* ImVector_ImDrawCmd_ImVector_ImDrawCmd(void);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_destroy(ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImVector_ImDrawIdx* ImVector_ImDrawIdx_ImVector_ImDrawIdx(void);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_destroy(ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVector_ImVec2* ImVector_ImVec2_ImVector_ImVec2(void);
|
||||
CIMGUI_API void ImVector_ImVec2_destroy(ImVector_ImVec2* self);
|
||||
CIMGUI_API ImVector_float* ImVector_float_ImVector_floatVector(const ImVector_float src);
|
||||
CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_ImVector_ImWcharVector(const ImVector_ImWchar src);
|
||||
CIMGUI_API ImVector_ImFontConfig* ImVector_ImFontConfig_ImVector_ImFontConfigVector(const ImVector_ImFontConfig src);
|
||||
CIMGUI_API ImVector_ImFontGlyph* ImVector_ImFontGlyph_ImVector_ImFontGlyphVector(const ImVector_ImFontGlyph src);
|
||||
CIMGUI_API ImVector_TextRange* ImVector_TextRange_ImVector_TextRangeVector(const ImVector_TextRange src);
|
||||
CIMGUI_API ImVector_CustomRect* ImVector_CustomRect_ImVector_CustomRectVector(const ImVector_CustomRect src);
|
||||
CIMGUI_API ImVector_ImDrawChannel* ImVector_ImDrawChannel_ImVector_ImDrawChannelVector(const ImVector_ImDrawChannel src);
|
||||
CIMGUI_API ImVector_char* ImVector_char_ImVector_charVector(const ImVector_char src);
|
||||
CIMGUI_API ImVector_ImTextureID* ImVector_ImTextureID_ImVector_ImTextureIDVector(const ImVector_ImTextureID src);
|
||||
CIMGUI_API ImVector_ImDrawVert* ImVector_ImDrawVert_ImVector_ImDrawVertVector(const ImVector_ImDrawVert src);
|
||||
CIMGUI_API ImVector_int* ImVector_int_ImVector_intVector(const ImVector_int src);
|
||||
CIMGUI_API ImVector_Pair* ImVector_Pair_ImVector_PairVector(const ImVector_Pair src);
|
||||
CIMGUI_API ImVector_ImFontPtr* ImVector_ImFontPtr_ImVector_ImFontPtrVector(const ImVector_ImFontPtr src);
|
||||
CIMGUI_API ImVector_ImVec4* ImVector_ImVec4_ImVector_ImVec4Vector(const ImVector_ImVec4 src);
|
||||
CIMGUI_API ImVector_ImDrawCmd* ImVector_ImDrawCmd_ImVector_ImDrawCmdVector(const ImVector_ImDrawCmd src);
|
||||
CIMGUI_API ImVector_ImDrawIdx* ImVector_ImDrawIdx_ImVector_ImDrawIdxVector(const ImVector_ImDrawIdx src);
|
||||
CIMGUI_API ImVector_ImVec2* ImVector_ImVec2_ImVector_ImVec2Vector(const ImVector_ImVec2 src);
|
||||
CIMGUI_API bool ImVector_float_empty(const ImVector_float* self);
|
||||
CIMGUI_API bool ImVector_ImWchar_empty(const ImVector_ImWchar* self);
|
||||
CIMGUI_API bool ImVector_ImFontConfig_empty(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API bool ImVector_ImFontGlyph_empty(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API bool ImVector_TextRange_empty(const ImVector_TextRange* self);
|
||||
CIMGUI_API bool ImVector_CustomRect_empty(const ImVector_CustomRect* self);
|
||||
CIMGUI_API bool ImVector_ImDrawChannel_empty(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API bool ImVector_char_empty(const ImVector_char* self);
|
||||
CIMGUI_API bool ImVector_ImTextureID_empty(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API bool ImVector_ImDrawVert_empty(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API bool ImVector_int_empty(const ImVector_int* self);
|
||||
CIMGUI_API bool ImVector_Pair_empty(const ImVector_Pair* self);
|
||||
CIMGUI_API bool ImVector_ImFontPtr_empty(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API bool ImVector_ImVec4_empty(const ImVector_ImVec4* self);
|
||||
CIMGUI_API bool ImVector_ImDrawCmd_empty(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API bool ImVector_ImDrawIdx_empty(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API bool ImVector_ImVec2_empty(const ImVector_ImVec2* self);
|
||||
CIMGUI_API int ImVector_float_size(const ImVector_float* self);
|
||||
CIMGUI_API int ImVector_ImWchar_size(const ImVector_ImWchar* self);
|
||||
CIMGUI_API int ImVector_ImFontConfig_size(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API int ImVector_ImFontGlyph_size(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API int ImVector_TextRange_size(const ImVector_TextRange* self);
|
||||
CIMGUI_API int ImVector_CustomRect_size(const ImVector_CustomRect* self);
|
||||
CIMGUI_API int ImVector_ImDrawChannel_size(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API int ImVector_char_size(const ImVector_char* self);
|
||||
CIMGUI_API int ImVector_ImTextureID_size(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API int ImVector_ImDrawVert_size(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int ImVector_int_size(const ImVector_int* self);
|
||||
CIMGUI_API int ImVector_Pair_size(const ImVector_Pair* self);
|
||||
CIMGUI_API int ImVector_ImFontPtr_size(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API int ImVector_ImVec4_size(const ImVector_ImVec4* self);
|
||||
CIMGUI_API int ImVector_ImDrawCmd_size(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API int ImVector_ImDrawIdx_size(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API int ImVector_ImVec2_size(const ImVector_ImVec2* self);
|
||||
CIMGUI_API int ImVector_float_size_in_bytes(const ImVector_float* self);
|
||||
CIMGUI_API int ImVector_ImWchar_size_in_bytes(const ImVector_ImWchar* self);
|
||||
CIMGUI_API int ImVector_ImFontConfig_size_in_bytes(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API int ImVector_ImFontGlyph_size_in_bytes(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API int ImVector_TextRange_size_in_bytes(const ImVector_TextRange* self);
|
||||
CIMGUI_API int ImVector_CustomRect_size_in_bytes(const ImVector_CustomRect* self);
|
||||
CIMGUI_API int ImVector_ImDrawChannel_size_in_bytes(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API int ImVector_char_size_in_bytes(const ImVector_char* self);
|
||||
CIMGUI_API int ImVector_ImTextureID_size_in_bytes(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API int ImVector_ImDrawVert_size_in_bytes(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int ImVector_int_size_in_bytes(const ImVector_int* self);
|
||||
CIMGUI_API int ImVector_Pair_size_in_bytes(const ImVector_Pair* self);
|
||||
CIMGUI_API int ImVector_ImFontPtr_size_in_bytes(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API int ImVector_ImVec4_size_in_bytes(const ImVector_ImVec4* self);
|
||||
CIMGUI_API int ImVector_ImDrawCmd_size_in_bytes(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API int ImVector_ImDrawIdx_size_in_bytes(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API int ImVector_ImVec2_size_in_bytes(const ImVector_ImVec2* self);
|
||||
CIMGUI_API int ImVector_float_capacity(const ImVector_float* self);
|
||||
CIMGUI_API int ImVector_ImWchar_capacity(const ImVector_ImWchar* self);
|
||||
CIMGUI_API int ImVector_ImFontConfig_capacity(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API int ImVector_ImFontGlyph_capacity(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API int ImVector_TextRange_capacity(const ImVector_TextRange* self);
|
||||
CIMGUI_API int ImVector_CustomRect_capacity(const ImVector_CustomRect* self);
|
||||
CIMGUI_API int ImVector_ImDrawChannel_capacity(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API int ImVector_char_capacity(const ImVector_char* self);
|
||||
CIMGUI_API int ImVector_ImTextureID_capacity(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API int ImVector_ImDrawVert_capacity(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int ImVector_int_capacity(const ImVector_int* self);
|
||||
CIMGUI_API int ImVector_Pair_capacity(const ImVector_Pair* self);
|
||||
CIMGUI_API int ImVector_ImFontPtr_capacity(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API int ImVector_ImVec4_capacity(const ImVector_ImVec4* self);
|
||||
CIMGUI_API int ImVector_ImDrawCmd_capacity(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API int ImVector_ImDrawIdx_capacity(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API int ImVector_ImVec2_capacity(const ImVector_ImVec2* self);
|
||||
CIMGUI_API void ImVector_float_clear(ImVector_float* self);
|
||||
CIMGUI_API void ImVector_ImWchar_clear(ImVector_ImWchar* self);
|
||||
CIMGUI_API void ImVector_ImFontConfig_clear(ImVector_ImFontConfig* self);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_clear(ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API void ImVector_TextRange_clear(ImVector_TextRange* self);
|
||||
CIMGUI_API void ImVector_CustomRect_clear(ImVector_CustomRect* self);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_clear(ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API void ImVector_char_clear(ImVector_char* self);
|
||||
CIMGUI_API void ImVector_ImTextureID_clear(ImVector_ImTextureID* self);
|
||||
CIMGUI_API void ImVector_ImDrawVert_clear(ImVector_ImDrawVert* self);
|
||||
CIMGUI_API void ImVector_int_clear(ImVector_int* self);
|
||||
CIMGUI_API void ImVector_Pair_clear(ImVector_Pair* self);
|
||||
CIMGUI_API void ImVector_ImFontPtr_clear(ImVector_ImFontPtr* self);
|
||||
CIMGUI_API void ImVector_ImVec4_clear(ImVector_ImVec4* self);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_clear(ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_clear(ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API void ImVector_ImVec2_clear(ImVector_ImVec2* self);
|
||||
CIMGUI_API float* ImVector_float_begin(ImVector_float* self);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_begin(ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_begin(ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_begin(ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_begin(ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_begin(ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_begin(ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char* ImVector_char_begin(ImVector_char* self);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_begin(ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_begin(ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int* ImVector_int_begin(ImVector_int* self);
|
||||
CIMGUI_API Pair* ImVector_Pair_begin(ImVector_Pair* self);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_begin(ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_begin(ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_begin(ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_begin(ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_begin(ImVector_ImVec2* self);
|
||||
CIMGUI_API float const * ImVector_float_begin_const(const ImVector_float* self);
|
||||
CIMGUI_API ImWchar const * ImVector_ImWchar_begin_const(const ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig const * ImVector_ImFontConfig_begin_const(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph const * ImVector_ImFontGlyph_begin_const(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange const * ImVector_TextRange_begin_const(const ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect const * ImVector_CustomRect_begin_const(const ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel const * ImVector_ImDrawChannel_begin_const(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char const * ImVector_char_begin_const(const ImVector_char* self);
|
||||
CIMGUI_API ImTextureID const * ImVector_ImTextureID_begin_const(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert const * ImVector_ImDrawVert_begin_const(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int const * ImVector_int_begin_const(const ImVector_int* self);
|
||||
CIMGUI_API Pair const * ImVector_Pair_begin_const(const ImVector_Pair* self);
|
||||
CIMGUI_API ImFont* const * ImVector_ImFontPtr_begin_const(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4 const * ImVector_ImVec4_begin_const(const ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd const * ImVector_ImDrawCmd_begin_const(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx const * ImVector_ImDrawIdx_begin_const(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2 const * ImVector_ImVec2_begin_const(const ImVector_ImVec2* self);
|
||||
CIMGUI_API float* ImVector_float_end(ImVector_float* self);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_end(ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_end(ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_end(ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_end(ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_end(ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_end(ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char* ImVector_char_end(ImVector_char* self);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_end(ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_end(ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int* ImVector_int_end(ImVector_int* self);
|
||||
CIMGUI_API Pair* ImVector_Pair_end(ImVector_Pair* self);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_end(ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_end(ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_end(ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_end(ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_end(ImVector_ImVec2* self);
|
||||
CIMGUI_API float const * ImVector_float_end_const(const ImVector_float* self);
|
||||
CIMGUI_API ImWchar const * ImVector_ImWchar_end_const(const ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig const * ImVector_ImFontConfig_end_const(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph const * ImVector_ImFontGlyph_end_const(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange const * ImVector_TextRange_end_const(const ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect const * ImVector_CustomRect_end_const(const ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel const * ImVector_ImDrawChannel_end_const(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char const * ImVector_char_end_const(const ImVector_char* self);
|
||||
CIMGUI_API ImTextureID const * ImVector_ImTextureID_end_const(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert const * ImVector_ImDrawVert_end_const(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int const * ImVector_int_end_const(const ImVector_int* self);
|
||||
CIMGUI_API Pair const * ImVector_Pair_end_const(const ImVector_Pair* self);
|
||||
CIMGUI_API ImFont* const * ImVector_ImFontPtr_end_const(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4 const * ImVector_ImVec4_end_const(const ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd const * ImVector_ImDrawCmd_end_const(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx const * ImVector_ImDrawIdx_end_const(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2 const * ImVector_ImVec2_end_const(const ImVector_ImVec2* self);
|
||||
CIMGUI_API float* ImVector_float_front(ImVector_float* self);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_front(ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_front(ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_front(ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_front(ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_front(ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_front(ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char* ImVector_char_front(ImVector_char* self);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_front(ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_front(ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int* ImVector_int_front(ImVector_int* self);
|
||||
CIMGUI_API Pair* ImVector_Pair_front(ImVector_Pair* self);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_front(ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_front(ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_front(ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_front(ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_front(ImVector_ImVec2* self);
|
||||
CIMGUI_API float const * ImVector_float_front_const(const ImVector_float* self);
|
||||
CIMGUI_API ImWchar const * ImVector_ImWchar_front_const(const ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig const * ImVector_ImFontConfig_front_const(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph const * ImVector_ImFontGlyph_front_const(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange const * ImVector_TextRange_front_const(const ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect const * ImVector_CustomRect_front_const(const ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel const * ImVector_ImDrawChannel_front_const(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char const * ImVector_char_front_const(const ImVector_char* self);
|
||||
CIMGUI_API ImTextureID const * ImVector_ImTextureID_front_const(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert const * ImVector_ImDrawVert_front_const(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int const * ImVector_int_front_const(const ImVector_int* self);
|
||||
CIMGUI_API Pair const * ImVector_Pair_front_const(const ImVector_Pair* self);
|
||||
CIMGUI_API ImFont* const * ImVector_ImFontPtr_front_const(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4 const * ImVector_ImVec4_front_const(const ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd const * ImVector_ImDrawCmd_front_const(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx const * ImVector_ImDrawIdx_front_const(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2 const * ImVector_ImVec2_front_const(const ImVector_ImVec2* self);
|
||||
CIMGUI_API float* ImVector_float_back(ImVector_float* self);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_back(ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_back(ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_back(ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_back(ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_back(ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_back(ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char* ImVector_char_back(ImVector_char* self);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_back(ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_back(ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int* ImVector_int_back(ImVector_int* self);
|
||||
CIMGUI_API Pair* ImVector_Pair_back(ImVector_Pair* self);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_back(ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_back(ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_back(ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_back(ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_back(ImVector_ImVec2* self);
|
||||
CIMGUI_API float const * ImVector_float_back_const(const ImVector_float* self);
|
||||
CIMGUI_API ImWchar const * ImVector_ImWchar_back_const(const ImVector_ImWchar* self);
|
||||
CIMGUI_API ImFontConfig const * ImVector_ImFontConfig_back_const(const ImVector_ImFontConfig* self);
|
||||
CIMGUI_API ImFontGlyph const * ImVector_ImFontGlyph_back_const(const ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API TextRange const * ImVector_TextRange_back_const(const ImVector_TextRange* self);
|
||||
CIMGUI_API CustomRect const * ImVector_CustomRect_back_const(const ImVector_CustomRect* self);
|
||||
CIMGUI_API ImDrawChannel const * ImVector_ImDrawChannel_back_const(const ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API char const * ImVector_char_back_const(const ImVector_char* self);
|
||||
CIMGUI_API ImTextureID const * ImVector_ImTextureID_back_const(const ImVector_ImTextureID* self);
|
||||
CIMGUI_API ImDrawVert const * ImVector_ImDrawVert_back_const(const ImVector_ImDrawVert* self);
|
||||
CIMGUI_API int const * ImVector_int_back_const(const ImVector_int* self);
|
||||
CIMGUI_API Pair const * ImVector_Pair_back_const(const ImVector_Pair* self);
|
||||
CIMGUI_API ImFont* const * ImVector_ImFontPtr_back_const(const ImVector_ImFontPtr* self);
|
||||
CIMGUI_API ImVec4 const * ImVector_ImVec4_back_const(const ImVector_ImVec4* self);
|
||||
CIMGUI_API ImDrawCmd const * ImVector_ImDrawCmd_back_const(const ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API ImDrawIdx const * ImVector_ImDrawIdx_back_const(const ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API ImVec2 const * ImVector_ImVec2_back_const(const ImVector_ImVec2* self);
|
||||
CIMGUI_API void ImVector_float_swap(ImVector_float* self,ImVector_float rhs);
|
||||
CIMGUI_API void ImVector_ImWchar_swap(ImVector_ImWchar* self,ImVector_ImWchar rhs);
|
||||
CIMGUI_API void ImVector_ImFontConfig_swap(ImVector_ImFontConfig* self,ImVector_ImFontConfig rhs);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_swap(ImVector_ImFontGlyph* self,ImVector_ImFontGlyph rhs);
|
||||
CIMGUI_API void ImVector_TextRange_swap(ImVector_TextRange* self,ImVector_TextRange rhs);
|
||||
CIMGUI_API void ImVector_CustomRect_swap(ImVector_CustomRect* self,ImVector_CustomRect rhs);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_swap(ImVector_ImDrawChannel* self,ImVector_ImDrawChannel rhs);
|
||||
CIMGUI_API void ImVector_char_swap(ImVector_char* self,ImVector_char rhs);
|
||||
CIMGUI_API void ImVector_ImTextureID_swap(ImVector_ImTextureID* self,ImVector_ImTextureID rhs);
|
||||
CIMGUI_API void ImVector_ImDrawVert_swap(ImVector_ImDrawVert* self,ImVector_ImDrawVert rhs);
|
||||
CIMGUI_API void ImVector_int_swap(ImVector_int* self,ImVector_int rhs);
|
||||
CIMGUI_API void ImVector_Pair_swap(ImVector_Pair* self,ImVector_Pair rhs);
|
||||
CIMGUI_API void ImVector_ImFontPtr_swap(ImVector_ImFontPtr* self,ImVector_ImFontPtr rhs);
|
||||
CIMGUI_API void ImVector_ImVec4_swap(ImVector_ImVec4* self,ImVector_ImVec4 rhs);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_swap(ImVector_ImDrawCmd* self,ImVector_ImDrawCmd rhs);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_swap(ImVector_ImDrawIdx* self,ImVector_ImDrawIdx rhs);
|
||||
CIMGUI_API void ImVector_ImVec2_swap(ImVector_ImVec2* self,ImVector_ImVec2 rhs);
|
||||
CIMGUI_API int ImVector_float__grow_capacity(const ImVector_float* self,int sz);
|
||||
CIMGUI_API int ImVector_ImWchar__grow_capacity(const ImVector_ImWchar* self,int sz);
|
||||
CIMGUI_API int ImVector_ImFontConfig__grow_capacity(const ImVector_ImFontConfig* self,int sz);
|
||||
CIMGUI_API int ImVector_ImFontGlyph__grow_capacity(const ImVector_ImFontGlyph* self,int sz);
|
||||
CIMGUI_API int ImVector_TextRange__grow_capacity(const ImVector_TextRange* self,int sz);
|
||||
CIMGUI_API int ImVector_CustomRect__grow_capacity(const ImVector_CustomRect* self,int sz);
|
||||
CIMGUI_API int ImVector_ImDrawChannel__grow_capacity(const ImVector_ImDrawChannel* self,int sz);
|
||||
CIMGUI_API int ImVector_char__grow_capacity(const ImVector_char* self,int sz);
|
||||
CIMGUI_API int ImVector_ImTextureID__grow_capacity(const ImVector_ImTextureID* self,int sz);
|
||||
CIMGUI_API int ImVector_ImDrawVert__grow_capacity(const ImVector_ImDrawVert* self,int sz);
|
||||
CIMGUI_API int ImVector_int__grow_capacity(const ImVector_int* self,int sz);
|
||||
CIMGUI_API int ImVector_Pair__grow_capacity(const ImVector_Pair* self,int sz);
|
||||
CIMGUI_API int ImVector_ImFontPtr__grow_capacity(const ImVector_ImFontPtr* self,int sz);
|
||||
CIMGUI_API int ImVector_ImVec4__grow_capacity(const ImVector_ImVec4* self,int sz);
|
||||
CIMGUI_API int ImVector_ImDrawCmd__grow_capacity(const ImVector_ImDrawCmd* self,int sz);
|
||||
CIMGUI_API int ImVector_ImDrawIdx__grow_capacity(const ImVector_ImDrawIdx* self,int sz);
|
||||
CIMGUI_API int ImVector_ImVec2__grow_capacity(const ImVector_ImVec2* self,int sz);
|
||||
CIMGUI_API void ImVector_float_resize(ImVector_float* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImWchar_resize(ImVector_ImWchar* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImFontConfig_resize(ImVector_ImFontConfig* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_resize(ImVector_ImFontGlyph* self,int new_size);
|
||||
CIMGUI_API void ImVector_TextRange_resize(ImVector_TextRange* self,int new_size);
|
||||
CIMGUI_API void ImVector_CustomRect_resize(ImVector_CustomRect* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_resize(ImVector_ImDrawChannel* self,int new_size);
|
||||
CIMGUI_API void ImVector_char_resize(ImVector_char* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImTextureID_resize(ImVector_ImTextureID* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImDrawVert_resize(ImVector_ImDrawVert* self,int new_size);
|
||||
CIMGUI_API void ImVector_int_resize(ImVector_int* self,int new_size);
|
||||
CIMGUI_API void ImVector_Pair_resize(ImVector_Pair* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImFontPtr_resize(ImVector_ImFontPtr* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImVec4_resize(ImVector_ImVec4* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_resize(ImVector_ImDrawCmd* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_resize(ImVector_ImDrawIdx* self,int new_size);
|
||||
CIMGUI_API void ImVector_ImVec2_resize(ImVector_ImVec2* self,int new_size);
|
||||
CIMGUI_API void ImVector_float_resizeT(ImVector_float* self,int new_size,const float v);
|
||||
CIMGUI_API void ImVector_ImWchar_resizeT(ImVector_ImWchar* self,int new_size,const ImWchar v);
|
||||
CIMGUI_API void ImVector_ImFontConfig_resizeT(ImVector_ImFontConfig* self,int new_size,const ImFontConfig v);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_resizeT(ImVector_ImFontGlyph* self,int new_size,const ImFontGlyph v);
|
||||
CIMGUI_API void ImVector_TextRange_resizeT(ImVector_TextRange* self,int new_size,const TextRange v);
|
||||
CIMGUI_API void ImVector_CustomRect_resizeT(ImVector_CustomRect* self,int new_size,const CustomRect v);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_resizeT(ImVector_ImDrawChannel* self,int new_size,const ImDrawChannel v);
|
||||
CIMGUI_API void ImVector_char_resizeT(ImVector_char* self,int new_size,const char v);
|
||||
CIMGUI_API void ImVector_ImTextureID_resizeT(ImVector_ImTextureID* self,int new_size,const ImTextureID v);
|
||||
CIMGUI_API void ImVector_ImDrawVert_resizeT(ImVector_ImDrawVert* self,int new_size,const ImDrawVert v);
|
||||
CIMGUI_API void ImVector_int_resizeT(ImVector_int* self,int new_size,const int v);
|
||||
CIMGUI_API void ImVector_Pair_resizeT(ImVector_Pair* self,int new_size,const Pair v);
|
||||
CIMGUI_API void ImVector_ImFontPtr_resizeT(ImVector_ImFontPtr* self,int new_size,ImFont* const v);
|
||||
CIMGUI_API void ImVector_ImVec4_resizeT(ImVector_ImVec4* self,int new_size,const ImVec4 v);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_resizeT(ImVector_ImDrawCmd* self,int new_size,const ImDrawCmd v);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_resizeT(ImVector_ImDrawIdx* self,int new_size,const ImDrawIdx v);
|
||||
CIMGUI_API void ImVector_ImVec2_resizeT(ImVector_ImVec2* self,int new_size,const ImVec2 v);
|
||||
CIMGUI_API void ImVector_float_reserve(ImVector_float* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImWchar_reserve(ImVector_ImWchar* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImFontConfig_reserve(ImVector_ImFontConfig* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_reserve(ImVector_ImFontGlyph* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_TextRange_reserve(ImVector_TextRange* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_CustomRect_reserve(ImVector_CustomRect* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_reserve(ImVector_ImDrawChannel* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_char_reserve(ImVector_char* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImTextureID_reserve(ImVector_ImTextureID* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImDrawVert_reserve(ImVector_ImDrawVert* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_int_reserve(ImVector_int* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_Pair_reserve(ImVector_Pair* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImFontPtr_reserve(ImVector_ImFontPtr* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImVec4_reserve(ImVector_ImVec4* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_reserve(ImVector_ImDrawCmd* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_reserve(ImVector_ImDrawIdx* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_ImVec2_reserve(ImVector_ImVec2* self,int new_capacity);
|
||||
CIMGUI_API void ImVector_float_push_back(ImVector_float* self,const float v);
|
||||
CIMGUI_API void ImVector_ImWchar_push_back(ImVector_ImWchar* self,const ImWchar v);
|
||||
CIMGUI_API void ImVector_ImFontConfig_push_back(ImVector_ImFontConfig* self,const ImFontConfig v);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_push_back(ImVector_ImFontGlyph* self,const ImFontGlyph v);
|
||||
CIMGUI_API void ImVector_TextRange_push_back(ImVector_TextRange* self,const TextRange v);
|
||||
CIMGUI_API void ImVector_CustomRect_push_back(ImVector_CustomRect* self,const CustomRect v);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_push_back(ImVector_ImDrawChannel* self,const ImDrawChannel v);
|
||||
CIMGUI_API void ImVector_char_push_back(ImVector_char* self,const char v);
|
||||
CIMGUI_API void ImVector_ImTextureID_push_back(ImVector_ImTextureID* self,const ImTextureID v);
|
||||
CIMGUI_API void ImVector_ImDrawVert_push_back(ImVector_ImDrawVert* self,const ImDrawVert v);
|
||||
CIMGUI_API void ImVector_int_push_back(ImVector_int* self,const int v);
|
||||
CIMGUI_API void ImVector_Pair_push_back(ImVector_Pair* self,const Pair v);
|
||||
CIMGUI_API void ImVector_ImFontPtr_push_back(ImVector_ImFontPtr* self,ImFont* const v);
|
||||
CIMGUI_API void ImVector_ImVec4_push_back(ImVector_ImVec4* self,const ImVec4 v);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_push_back(ImVector_ImDrawCmd* self,const ImDrawCmd v);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_push_back(ImVector_ImDrawIdx* self,const ImDrawIdx v);
|
||||
CIMGUI_API void ImVector_ImVec2_push_back(ImVector_ImVec2* self,const ImVec2 v);
|
||||
CIMGUI_API void ImVector_float_pop_back(ImVector_float* self);
|
||||
CIMGUI_API void ImVector_ImWchar_pop_back(ImVector_ImWchar* self);
|
||||
CIMGUI_API void ImVector_ImFontConfig_pop_back(ImVector_ImFontConfig* self);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_pop_back(ImVector_ImFontGlyph* self);
|
||||
CIMGUI_API void ImVector_TextRange_pop_back(ImVector_TextRange* self);
|
||||
CIMGUI_API void ImVector_CustomRect_pop_back(ImVector_CustomRect* self);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_pop_back(ImVector_ImDrawChannel* self);
|
||||
CIMGUI_API void ImVector_char_pop_back(ImVector_char* self);
|
||||
CIMGUI_API void ImVector_ImTextureID_pop_back(ImVector_ImTextureID* self);
|
||||
CIMGUI_API void ImVector_ImDrawVert_pop_back(ImVector_ImDrawVert* self);
|
||||
CIMGUI_API void ImVector_int_pop_back(ImVector_int* self);
|
||||
CIMGUI_API void ImVector_Pair_pop_back(ImVector_Pair* self);
|
||||
CIMGUI_API void ImVector_ImFontPtr_pop_back(ImVector_ImFontPtr* self);
|
||||
CIMGUI_API void ImVector_ImVec4_pop_back(ImVector_ImVec4* self);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_pop_back(ImVector_ImDrawCmd* self);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_pop_back(ImVector_ImDrawIdx* self);
|
||||
CIMGUI_API void ImVector_ImVec2_pop_back(ImVector_ImVec2* self);
|
||||
CIMGUI_API void ImVector_float_push_front(ImVector_float* self,const float v);
|
||||
CIMGUI_API void ImVector_ImWchar_push_front(ImVector_ImWchar* self,const ImWchar v);
|
||||
CIMGUI_API void ImVector_ImFontConfig_push_front(ImVector_ImFontConfig* self,const ImFontConfig v);
|
||||
CIMGUI_API void ImVector_ImFontGlyph_push_front(ImVector_ImFontGlyph* self,const ImFontGlyph v);
|
||||
CIMGUI_API void ImVector_TextRange_push_front(ImVector_TextRange* self,const TextRange v);
|
||||
CIMGUI_API void ImVector_CustomRect_push_front(ImVector_CustomRect* self,const CustomRect v);
|
||||
CIMGUI_API void ImVector_ImDrawChannel_push_front(ImVector_ImDrawChannel* self,const ImDrawChannel v);
|
||||
CIMGUI_API void ImVector_char_push_front(ImVector_char* self,const char v);
|
||||
CIMGUI_API void ImVector_ImTextureID_push_front(ImVector_ImTextureID* self,const ImTextureID v);
|
||||
CIMGUI_API void ImVector_ImDrawVert_push_front(ImVector_ImDrawVert* self,const ImDrawVert v);
|
||||
CIMGUI_API void ImVector_int_push_front(ImVector_int* self,const int v);
|
||||
CIMGUI_API void ImVector_Pair_push_front(ImVector_Pair* self,const Pair v);
|
||||
CIMGUI_API void ImVector_ImFontPtr_push_front(ImVector_ImFontPtr* self,ImFont* const v);
|
||||
CIMGUI_API void ImVector_ImVec4_push_front(ImVector_ImVec4* self,const ImVec4 v);
|
||||
CIMGUI_API void ImVector_ImDrawCmd_push_front(ImVector_ImDrawCmd* self,const ImDrawCmd v);
|
||||
CIMGUI_API void ImVector_ImDrawIdx_push_front(ImVector_ImDrawIdx* self,const ImDrawIdx v);
|
||||
CIMGUI_API void ImVector_ImVec2_push_front(ImVector_ImVec2* self,const ImVec2 v);
|
||||
CIMGUI_API float* ImVector_float_erase(ImVector_float* self,float const * it);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_erase(ImVector_ImWchar* self,ImWchar const * it);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_erase(ImVector_ImFontConfig* self,ImFontConfig const * it);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_erase(ImVector_ImFontGlyph* self,ImFontGlyph const * it);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_erase(ImVector_TextRange* self,TextRange const * it);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_erase(ImVector_CustomRect* self,CustomRect const * it);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_erase(ImVector_ImDrawChannel* self,ImDrawChannel const * it);
|
||||
CIMGUI_API char* ImVector_char_erase(ImVector_char* self,char const * it);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_erase(ImVector_ImTextureID* self,ImTextureID const * it);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_erase(ImVector_ImDrawVert* self,ImDrawVert const * it);
|
||||
CIMGUI_API int* ImVector_int_erase(ImVector_int* self,int const * it);
|
||||
CIMGUI_API Pair* ImVector_Pair_erase(ImVector_Pair* self,Pair const * it);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_erase(ImVector_ImFontPtr* self,ImFont* const * it);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_erase(ImVector_ImVec4* self,ImVec4 const * it);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_erase(ImVector_ImDrawCmd* self,ImDrawCmd const * it);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_erase(ImVector_ImDrawIdx* self,ImDrawIdx const * it);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_erase(ImVector_ImVec2* self,ImVec2 const * it);
|
||||
CIMGUI_API float* ImVector_float_eraseTPtr(ImVector_float* self,float const * it,float const * it_last);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_eraseTPtr(ImVector_ImWchar* self,ImWchar const * it,ImWchar const * it_last);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_eraseTPtr(ImVector_ImFontConfig* self,ImFontConfig const * it,ImFontConfig const * it_last);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_eraseTPtr(ImVector_ImFontGlyph* self,ImFontGlyph const * it,ImFontGlyph const * it_last);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_eraseTPtr(ImVector_TextRange* self,TextRange const * it,TextRange const * it_last);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_eraseTPtr(ImVector_CustomRect* self,CustomRect const * it,CustomRect const * it_last);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_eraseTPtr(ImVector_ImDrawChannel* self,ImDrawChannel const * it,ImDrawChannel const * it_last);
|
||||
CIMGUI_API char* ImVector_char_eraseTPtr(ImVector_char* self,char const * it,char const * it_last);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_eraseTPtr(ImVector_ImTextureID* self,ImTextureID const * it,ImTextureID const * it_last);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_eraseTPtr(ImVector_ImDrawVert* self,ImDrawVert const * it,ImDrawVert const * it_last);
|
||||
CIMGUI_API int* ImVector_int_eraseTPtr(ImVector_int* self,int const * it,int const * it_last);
|
||||
CIMGUI_API Pair* ImVector_Pair_eraseTPtr(ImVector_Pair* self,Pair const * it,Pair const * it_last);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_eraseTPtr(ImVector_ImFontPtr* self,ImFont* const * it,ImFont* const * it_last);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_eraseTPtr(ImVector_ImVec4* self,ImVec4 const * it,ImVec4 const * it_last);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_eraseTPtr(ImVector_ImDrawCmd* self,ImDrawCmd const * it,ImDrawCmd const * it_last);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_eraseTPtr(ImVector_ImDrawIdx* self,ImDrawIdx const * it,ImDrawIdx const * it_last);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_eraseTPtr(ImVector_ImVec2* self,ImVec2 const * it,ImVec2 const * it_last);
|
||||
CIMGUI_API float* ImVector_float_erase_unsorted(ImVector_float* self,float const * it);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_erase_unsorted(ImVector_ImWchar* self,ImWchar const * it);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_erase_unsorted(ImVector_ImFontConfig* self,ImFontConfig const * it);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_erase_unsorted(ImVector_ImFontGlyph* self,ImFontGlyph const * it);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_erase_unsorted(ImVector_TextRange* self,TextRange const * it);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_erase_unsorted(ImVector_CustomRect* self,CustomRect const * it);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_erase_unsorted(ImVector_ImDrawChannel* self,ImDrawChannel const * it);
|
||||
CIMGUI_API char* ImVector_char_erase_unsorted(ImVector_char* self,char const * it);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_erase_unsorted(ImVector_ImTextureID* self,ImTextureID const * it);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_erase_unsorted(ImVector_ImDrawVert* self,ImDrawVert const * it);
|
||||
CIMGUI_API int* ImVector_int_erase_unsorted(ImVector_int* self,int const * it);
|
||||
CIMGUI_API Pair* ImVector_Pair_erase_unsorted(ImVector_Pair* self,Pair const * it);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_erase_unsorted(ImVector_ImFontPtr* self,ImFont* const * it);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_erase_unsorted(ImVector_ImVec4* self,ImVec4 const * it);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_erase_unsorted(ImVector_ImDrawCmd* self,ImDrawCmd const * it);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_erase_unsorted(ImVector_ImDrawIdx* self,ImDrawIdx const * it);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_erase_unsorted(ImVector_ImVec2* self,ImVec2 const * it);
|
||||
CIMGUI_API float* ImVector_float_insert(ImVector_float* self,float const * it,const float v);
|
||||
CIMGUI_API ImWchar* ImVector_ImWchar_insert(ImVector_ImWchar* self,ImWchar const * it,const ImWchar v);
|
||||
CIMGUI_API ImFontConfig* ImVector_ImFontConfig_insert(ImVector_ImFontConfig* self,ImFontConfig const * it,const ImFontConfig v);
|
||||
CIMGUI_API ImFontGlyph* ImVector_ImFontGlyph_insert(ImVector_ImFontGlyph* self,ImFontGlyph const * it,const ImFontGlyph v);
|
||||
CIMGUI_API TextRange* ImVector_TextRange_insert(ImVector_TextRange* self,TextRange const * it,const TextRange v);
|
||||
CIMGUI_API CustomRect* ImVector_CustomRect_insert(ImVector_CustomRect* self,CustomRect const * it,const CustomRect v);
|
||||
CIMGUI_API ImDrawChannel* ImVector_ImDrawChannel_insert(ImVector_ImDrawChannel* self,ImDrawChannel const * it,const ImDrawChannel v);
|
||||
CIMGUI_API char* ImVector_char_insert(ImVector_char* self,char const * it,const char v);
|
||||
CIMGUI_API ImTextureID* ImVector_ImTextureID_insert(ImVector_ImTextureID* self,ImTextureID const * it,const ImTextureID v);
|
||||
CIMGUI_API ImDrawVert* ImVector_ImDrawVert_insert(ImVector_ImDrawVert* self,ImDrawVert const * it,const ImDrawVert v);
|
||||
CIMGUI_API int* ImVector_int_insert(ImVector_int* self,int const * it,const int v);
|
||||
CIMGUI_API Pair* ImVector_Pair_insert(ImVector_Pair* self,Pair const * it,const Pair v);
|
||||
CIMGUI_API ImFont** ImVector_ImFontPtr_insert(ImVector_ImFontPtr* self,ImFont* const * it,ImFont* const v);
|
||||
CIMGUI_API ImVec4* ImVector_ImVec4_insert(ImVector_ImVec4* self,ImVec4 const * it,const ImVec4 v);
|
||||
CIMGUI_API ImDrawCmd* ImVector_ImDrawCmd_insert(ImVector_ImDrawCmd* self,ImDrawCmd const * it,const ImDrawCmd v);
|
||||
CIMGUI_API ImDrawIdx* ImVector_ImDrawIdx_insert(ImVector_ImDrawIdx* self,ImDrawIdx const * it,const ImDrawIdx v);
|
||||
CIMGUI_API ImVec2* ImVector_ImVec2_insert(ImVector_ImVec2* self,ImVec2 const * it,const ImVec2 v);
|
||||
CIMGUI_API bool ImVector_float_contains(const ImVector_float* self,const float v);
|
||||
CIMGUI_API bool ImVector_ImWchar_contains(const ImVector_ImWchar* self,const ImWchar v);
|
||||
CIMGUI_API bool ImVector_ImFontConfig_contains(const ImVector_ImFontConfig* self,const ImFontConfig v);
|
||||
CIMGUI_API bool ImVector_ImFontGlyph_contains(const ImVector_ImFontGlyph* self,const ImFontGlyph v);
|
||||
CIMGUI_API bool ImVector_TextRange_contains(const ImVector_TextRange* self,const TextRange v);
|
||||
CIMGUI_API bool ImVector_CustomRect_contains(const ImVector_CustomRect* self,const CustomRect v);
|
||||
CIMGUI_API bool ImVector_ImDrawChannel_contains(const ImVector_ImDrawChannel* self,const ImDrawChannel v);
|
||||
CIMGUI_API bool ImVector_char_contains(const ImVector_char* self,const char v);
|
||||
CIMGUI_API bool ImVector_ImTextureID_contains(const ImVector_ImTextureID* self,const ImTextureID v);
|
||||
CIMGUI_API bool ImVector_ImDrawVert_contains(const ImVector_ImDrawVert* self,const ImDrawVert v);
|
||||
CIMGUI_API bool ImVector_int_contains(const ImVector_int* self,const int v);
|
||||
CIMGUI_API bool ImVector_Pair_contains(const ImVector_Pair* self,const Pair v);
|
||||
CIMGUI_API bool ImVector_ImFontPtr_contains(const ImVector_ImFontPtr* self,ImFont* const v);
|
||||
CIMGUI_API bool ImVector_ImVec4_contains(const ImVector_ImVec4* self,const ImVec4 v);
|
||||
CIMGUI_API bool ImVector_ImDrawCmd_contains(const ImVector_ImDrawCmd* self,const ImDrawCmd v);
|
||||
CIMGUI_API bool ImVector_ImDrawIdx_contains(const ImVector_ImDrawIdx* self,const ImDrawIdx v);
|
||||
CIMGUI_API bool ImVector_ImVec2_contains(const ImVector_ImVec2* self,const ImVec2 v);
|
||||
CIMGUI_API int ImVector_float_index_from_ptr(const ImVector_float* self,float const * it);
|
||||
CIMGUI_API int ImVector_ImWchar_index_from_ptr(const ImVector_ImWchar* self,ImWchar const * it);
|
||||
CIMGUI_API int ImVector_ImFontConfig_index_from_ptr(const ImVector_ImFontConfig* self,ImFontConfig const * it);
|
||||
CIMGUI_API int ImVector_ImFontGlyph_index_from_ptr(const ImVector_ImFontGlyph* self,ImFontGlyph const * it);
|
||||
CIMGUI_API int ImVector_TextRange_index_from_ptr(const ImVector_TextRange* self,TextRange const * it);
|
||||
CIMGUI_API int ImVector_CustomRect_index_from_ptr(const ImVector_CustomRect* self,CustomRect const * it);
|
||||
CIMGUI_API int ImVector_ImDrawChannel_index_from_ptr(const ImVector_ImDrawChannel* self,ImDrawChannel const * it);
|
||||
CIMGUI_API int ImVector_char_index_from_ptr(const ImVector_char* self,char const * it);
|
||||
CIMGUI_API int ImVector_ImTextureID_index_from_ptr(const ImVector_ImTextureID* self,ImTextureID const * it);
|
||||
CIMGUI_API int ImVector_ImDrawVert_index_from_ptr(const ImVector_ImDrawVert* self,ImDrawVert const * it);
|
||||
CIMGUI_API int ImVector_int_index_from_ptr(const ImVector_int* self,int const * it);
|
||||
CIMGUI_API int ImVector_Pair_index_from_ptr(const ImVector_Pair* self,Pair const * it);
|
||||
CIMGUI_API int ImVector_ImFontPtr_index_from_ptr(const ImVector_ImFontPtr* self,ImFont* const * it);
|
||||
CIMGUI_API int ImVector_ImVec4_index_from_ptr(const ImVector_ImVec4* self,ImVec4 const * it);
|
||||
CIMGUI_API int ImVector_ImDrawCmd_index_from_ptr(const ImVector_ImDrawCmd* self,ImDrawCmd const * it);
|
||||
CIMGUI_API int ImVector_ImDrawIdx_index_from_ptr(const ImVector_ImDrawIdx* self,ImDrawIdx const * it);
|
||||
CIMGUI_API int ImVector_ImVec2_index_from_ptr(const ImVector_ImVec2* self,ImVec2 const * it);
|
||||
|
||||
|
||||
/////////////////////////hand written functions
|
||||
@@ -1507,7 +2016,6 @@ CIMGUI_API void igColorConvertRGBtoHSV(float r,float g,float b,float *out_h,floa
|
||||
CIMGUI_API void igColorConvertHSVtoRGB(float h,float s,float v,float *out_r,float *out_g,float *out_b);
|
||||
|
||||
CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_create();
|
||||
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* p);
|
||||
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
||||
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
||||
#endif //CIMGUI_INCLUDED
|
||||
|
Reference in New Issue
Block a user