MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / begin

Method begin

ImGuiFileDialog.h:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 return m_Array.at(vIdx);
276 }
277 typename std::vector<T>::iterator begin() {
278 return m_Array.begin();
279 }
280 typename std::vector<T>::const_iterator begin() const {
281 return m_Array.begin();
282 }

Callers 10

FileSystemDirentClass · 0.80
m_SortFieldsMethod · 0.80
SetCurrentDirMethod · 0.80
ComposeNewPathMethod · 0.80
DrawPathComposerMethod · 0.80
m_DrawPlacesPaneMethod · 0.80
RemovePlacesGroupMethod · 0.80
RemovePlaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected