#include "DCPS/DdsDcps_pch.h"
#include "FileSystemStorage.h"
#include "ace/Dirent.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 | |
namespace | OpenDDS |
The Internal API and Implementation of OpenDDS. | |
namespace | 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 26 of file FileSystemStorage.cpp.