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

Method size

ImGuiFileDialog.h:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 return m_Array.empty();
267 }
268 size_t size() const {
269 return m_Array.size();
270 }
271 T& operator[](const size_t& vIdx) {
272 return m_Array[vIdx];
273 }

Callers 15

FileSystemDirentClass · 0.80
GetComposerSizeMethod · 0.80
GetFullFileListSizeMethod · 0.80
GetFullFileAtMethod · 0.80
GetFilteredListSizeMethod · 0.80
GetFilteredFileAtMethod · 0.80
GetFilteredPathAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected