bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <ScopeStack.h>
Public Member Functions | |
Entry (ScopeType theType, const std::string &theName) | |
std::string | getTypedName () const |
Static Public Member Functions | |
static const std::string & | toString (ScopeType theType) |
Public Attributes | |
std::string | name |
ScopeType | type |
Static Public Attributes | |
static const std::string | sTypeStrings [NUM_SCOPE_TYPES] |
Entry used in Scope class to maintain where we are within the DDS AttrTable hierarchy. Each time we traverse down into containers, we'll push one of these on a stack to keep track of where we are in a parse for debugging.
Definition at line 68 of file ScopeStack.h.
ncml_module::ScopeStack::Entry::Entry | ( | ScopeType | theType, |
const std::string & | theName ) |
Definition at line 47 of file ScopeStack.cc.
|
inline |
Definition at line 71 of file ScopeStack.h.
|
inline |
Definition at line 73 of file ScopeStack.h.
|
inlinestatic |
Definition at line 78 of file ScopeStack.h.
std::string ncml_module::ScopeStack::Entry::name |
Definition at line 84 of file ScopeStack.h.
|
static |
Definition at line 85 of file ScopeStack.h.
ScopeType ncml_module::ScopeStack::Entry::type |
Definition at line 83 of file ScopeStack.h.