|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
Specialization of Sequence for tables of data. More...
#include <TabularSequence.h>


Public Member Functions | |
| virtual void | dump (ostream &strm) const |
| dumps information about this object More... | |
| virtual void | intern_data (ConstraintEvaluator &eval, DDS &dds) |
| Specialized intern_data(). More... | |
| TabularSequence & | operator= (const TabularSequence &rhs) |
| virtual BaseType * | ptr_duplicate () |
| virtual bool | serialize (ConstraintEvaluator &eval, DDS &dds, Marshaller &m, bool ce_eval=true) |
| Specialized version of Sequence::serialize() for tables that already hold their data. More... | |
| TabularSequence (const string &n) | |
| TabularSequence (const string &n, const string &d) | |
| TabularSequence (const TabularSequence &rhs) | |
| virtual | ~TabularSequence () |
Protected Member Functions | |
| void | load_prototypes_with_values (BaseTypeRow &btr, bool safe=true) |
Specialization of Sequence for tables of data.
Assumes that the data are loaded into the Sequence using set_value()
Definition at line 56 of file TabularSequence.h.
|
inline |
Definition at line 63 of file TabularSequence.h.
Referenced by ptr_duplicate().
|
inline |
Definition at line 64 of file TabularSequence.h.
|
inline |
Definition at line 66 of file TabularSequence.h.
|
inlinevirtual |
Definition at line 68 of file TabularSequence.h.
|
virtual |
dumps information about this object
Displays the pointer value of this instance and information about this instance.
| strm | C++ i/o stream to dump the information to |
Definition at line 306 of file TabularSequence.cc.
|
virtual |
Specialized intern_data().
This version copies data from the TabularSequence's local store and filters it. Because callers of intern_data() expect that the object will, after calling this method, hold only data to be sent, this version performs both projection and selection operations.
| eval | |
| dds |
Definition at line 247 of file TabularSequence.cc.
References load_prototypes_with_values().

|
protected |
Definition at line 74 of file TabularSequence.cc.
Referenced by intern_data(), and serialize().
|
inline |
Definition at line 72 of file TabularSequence.h.
|
inlinevirtual |
Definition at line 70 of file TabularSequence.h.
References TabularSequence().

|
virtual |
Specialized version of Sequence::serialize() for tables that already hold their data.
This will not work for nested Sequences.
| eval | |
| dds | |
| m | |
| ce_eval |
Definition at line 195 of file TabularSequence.cc.
References load_prototypes_with_values().
