OpenDDS
Snapshot(2023/04/28-20:55)
|
#include "DCPS/DdsDcps_pch.h"
#include "FileSystemStorage.h"
#include "DirentWrapper.h"
#include <ace/Vector_T.h>
#include <ace/OS_NS_sys_stat.h>
#include <ace/OS_NS_macros.h>
#include <ace/OS_NS_unistd.h>
#include <ace/OS_NS_stdio.h>
#include <cstdio>
#include <cstring>
#include <stdexcept>
#include <fstream>
Go to the source code of this file.
Namespaces | |
OpenDDS | |
The Internal API and Implementation of OpenDDS. | |
OpenDDS::FileSystemStorage | |
Typedefs | |
typedef size_t | String_Index_t |
Functions | |
ACE_TString | OpenDDS::FileSystemStorage::b32h_encode (const ACE_TCHAR *decoded) |
ACE_TString | OpenDDS::FileSystemStorage::b32h_decode (const ACE_TCHAR *encoded) |
typedef size_t String_Index_t |
Definition at line 27 of file FileSystemStorage.cpp.