bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
bes::GlobalMetadataStore::StreamDDS Struct Reference

Instantiate with a DDS or DMR and use to write the DDS response. More...

#include <GlobalMetadataStore.h>

Inheritance diagram for bes::GlobalMetadataStore::StreamDDS:
Inheritance graph
Collaboration diagram for bes::GlobalMetadataStore::StreamDDS:
Collaboration graph

Public Member Functions

virtual void operator() (std::ostream &os)
 
 StreamDDS (libdap::DDS *dds)
 
 StreamDDS (libdap::DMR *dmr)
 

Public Attributes

libdap::DDS * d_dds
 
libdap::DMR * d_dmr
 

Detailed Description

Instantiate with a DDS or DMR and use to write the DDS response.

Definition at line 146 of file GlobalMetadataStore.h.

Constructor & Destructor Documentation

◆ StreamDDS() [1/2]

bes::GlobalMetadataStore::StreamDDS::StreamDDS ( libdap::DDS * dds)
inline

Definition at line 147 of file GlobalMetadataStore.h.

◆ StreamDDS() [2/2]

bes::GlobalMetadataStore::StreamDDS::StreamDDS ( libdap::DMR * dmr)
inline

Definition at line 148 of file GlobalMetadataStore.h.

Member Function Documentation

◆ operator()()

void GlobalMetadataStore::StreamDDS::operator() ( std::ostream & os)
virtual

Member Data Documentation

◆ d_dds

libdap::DDS* bes::GlobalMetadataStore::StreamDAP::d_dds
inherited

Definition at line 133 of file GlobalMetadataStore.h.

◆ d_dmr

libdap::DMR* bes::GlobalMetadataStore::StreamDAP::d_dmr
inherited

Definition at line 134 of file GlobalMetadataStore.h.


The documentation for this struct was generated from the following files: