MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / begin_dirs

Method begin_dirs

dds/DCPS/FileSystemStorage.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593Directory::DirectoryIterator Directory::begin_dirs()
594{
595 return DirectoryIterator(dirs_.begin(), rchandle_from(this));
596}
597
598Directory::DirectoryIterator Directory::end_dirs()
599{

Callers 3

cleanup_directoryFunction · 0.80
initMethod · 0.80
ACE_TMAINFunction · 0.80

Calls 2

rchandle_fromFunction · 0.85
beginMethod · 0.45

Tested by 1

ACE_TMAINFunction · 0.64