| 72 | virtual void OutputDecl(std::ostream &) const; |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected