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

Method begin_files

dds/DCPS/FileSystemStorage.cpp:527–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527Directory::FileIterator Directory::begin_files()
528{
529 return FileIterator(files_.begin(), rchandle_from(this));
530}
531
532Directory::FileIterator Directory::end_files()
533{

Callers 2

initMethod · 0.80
ACE_TMAINFunction · 0.80

Calls 2

rchandle_fromFunction · 0.85
beginMethod · 0.45

Tested by 1

ACE_TMAINFunction · 0.64