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

Method end_dirs

dds/DCPS/FileSystemStorage.cpp:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598Directory::DirectoryIterator Directory::end_dirs()
599{
600 return DirectoryIterator(dirs_.end(), rchandle_from(this));
601}
602
603Directory::Ptr Directory::get_dir(const OPENDDS_VECTOR(OPENDDS_STRING)& path)
604{

Callers 3

cleanup_directoryFunction · 0.80
initMethod · 0.80
ACE_TMAINFunction · 0.80

Calls 2

rchandle_fromFunction · 0.85
endMethod · 0.45

Tested by 1

ACE_TMAINFunction · 0.64