OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESCatalogDirectory.cc File Reference
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <cstring>
#include <cerrno>
#include <sstream>
#include "BESCatalogDirectory.h"
#include "BESCatalogUtils.h"
#include "BESInfo.h"
#include "BESDapNames.h"
#include "BESContainerStorageList.h"
#include "BESContainerStorageCatalog.h"
#include "BESLog.h"
#include "BESForbiddenError.h"
#include "BESNotFoundError.h"
#include "BESDebug.h"
Include dependency graph for BESCatalogDirectory.cc:

Go to the source code of this file.

Functions

void bes_add_stat_info (map< string, string > &props, struct stat &buf, const string &node)
 
void bes_get_stat_info (BESCatalogDirectory::bes_dir_entry &entry, struct stat &buf, const string &node)
 

Function Documentation

◆ bes_add_stat_info()

void bes_add_stat_info ( map< string, string > &  props,
struct stat &  buf,
const string &  node 
)

◆ bes_get_stat_info()