| 73 | virtual void hash(std::ostream& out) const; |
| 74 | virtual const Variable* get_collective(void) const { return collective ? collective : this;} |
| 75 | virtual const ArrayVariable* get_array(string& /*field*/) const { return this;} |
| 76 | virtual void OutputLowerBound(std::ostream &) const; |
| 77 | virtual void OutputUpperBound(std::ostream &) const; |
| 78 | void output_with_indices(std::ostream &out, const std::vector<const Variable*>& cvs) const; |
nothing calls this directly
no outgoing calls
no test coverage detected