Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ end
Method
end
external/ImGuiFileDialog/ImGuiFileDialog.h:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
return m_Array.begin();
283
}
284
typename std::vector<T>::iterator end() {
285
return m_Array.end();
286
}
287
typename std::vector<T>::const_iterator end() const {
288
return m_Array.end();
289
}
Callers
10
GetFileStyle
Method · 0.45
m_SortFields
Method · 0.45
IsFileNameSelected
Method · 0.45
SetPathOnParentDirectoryIfAny
Method · 0.45
SelectOrDeselectFileName
Method · 0.45
DrawPathComposer
Method · 0.45
RemovePlacesGroup
Method · 0.45
GetPlacesGroupPtr
Method · 0.45
RemovePlace
Method · 0.45
exist
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected