OpenDDS
Snapshot(2023/04/28-20:55)
|
#include "dcps_export.h"
#include "DirentWrapper.h"
#include "RcHandle_T.h"
#include "RcObject.h"
#include "ace/Synch_Traits.h"
#include "ace/SString.h"
#include <iosfwd>
#include "PoolAllocator.h"
#include <iterator>
Go to the source code of this file.
Classes | |
class | OpenDDS::FileSystemStorage::Directory |
class | OpenDDS::FileSystemStorage::Directory::Iterator< Item > |
class | OpenDDS::FileSystemStorage::File |
Namespaces | |
OpenDDS | |
The Internal API and Implementation of OpenDDS. | |
OpenDDS::FileSystemStorage | |
Macros | |
#define | OPENDDS_FILESYSTEMSTORAGE_MAX_FILES_PER_DIR 512 |
#define | DDS_DIRENT ACE_DIRENT |
#define | DDS_Dirent ACE_Dirent |
Functions | |
ACE_TString | OpenDDS::FileSystemStorage::b32h_encode (const ACE_TCHAR *decoded) |
ACE_TString | OpenDDS::FileSystemStorage::b32h_decode (const ACE_TCHAR *encoded) |
#define DDS_DIRENT ACE_DIRENT |
See $DDS_ROOT/docs/design/persistence.txt General usage notes for FileSystemStorage:
Definition at line 89 of file FileSystemStorage.h.
Referenced by OpenDDS::FileSystemStorage::Directory::scan_dir().
#define DDS_Dirent ACE_Dirent |
Definition at line 90 of file FileSystemStorage.h.
Referenced by OpenDDS::FileSystemStorage::Directory::Directory(), and OpenDDS::FileSystemStorage::Directory::scan_dir().
#define OPENDDS_FILESYSTEMSTORAGE_MAX_FILES_PER_DIR 512 |
Definition at line 35 of file FileSystemStorage.h.
Referenced by OpenDDS::FileSystemStorage::Directory::add_entry().